diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-08-17 20:05:17 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-08-17 20:05:17 +0200 |
commit | 2e03abf824c4abdbafe89efac0f0e674e72813c2 (patch) | |
tree | 7543445081b566c98f155aacdcaf4acab07b7bc9 /inventory/host_vars/sk-cloudio | |
parent | nginx/vhost: combine templates to one generic version (diff) |
sk-cloudio: next instances have been upgraded by dan
Diffstat (limited to 'inventory/host_vars/sk-cloudio')
-rw-r--r-- | inventory/host_vars/sk-cloudio/nextcloud.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inventory/host_vars/sk-cloudio/nextcloud.yml b/inventory/host_vars/sk-cloudio/nextcloud.yml index d0fd4556..2169fce4 100644 --- a/inventory/host_vars/sk-cloudio/nextcloud.yml +++ b/inventory/host_vars/sk-cloudio/nextcloud.yml @@ -8,7 +8,7 @@ nextcloud_zfs: nextcloud_instances: wolke.elevate.at: # new: true - version: 23.0.2 + version: 24.0.4 port: 8100 hostnames: - wolke.elevate.at @@ -20,7 +20,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}" insomnia.skillz.biz: # new: true - version: 23.0.2 + version: 24.0.4 port: 8101 hostnames: - insomnia.skillz.biz @@ -32,7 +32,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['insomnia.skillz.biz'] }}" nc.skillz.biz: # new: true - version: 23.0.2 + version: 24.0.4 port: 8102 hostnames: - nc.skillz.biz @@ -44,7 +44,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}" wae.elevate.at: # new: true - version: 23.0.2 + version: 24.0.4 port: 8104 hostnames: - wae.elevate.at |