diff options
Diffstat (limited to 'inventory/host_vars')
-rw-r--r-- | inventory/host_vars/sk-cloudia/nextcloud.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inventory/host_vars/sk-cloudia/nextcloud.yml b/inventory/host_vars/sk-cloudia/nextcloud.yml index 834eaeed..d4ee09f3 100644 --- a/inventory/host_vars/sk-cloudia/nextcloud.yml +++ b/inventory/host_vars/sk-cloudia/nextcloud.yml @@ -7,7 +7,7 @@ nextcloud_zfs: nextcloud_instances: wolke.elevate.at: # new: true - version: 16.0.5 + version: 16.0.6 port: 8100 hostnames: - wolke.elevate.at @@ -18,7 +18,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}" insomnia.skillz.biz: # new: true - version: 16.0.5 + version: 16.0.6 port: 8101 hostnames: - insomnia.skillz.biz @@ -29,7 +29,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['insomnia.skillz.biz'] }}" nc.skillz.biz: # new: true - version: 16.0.5 + version: 16.0.6 port: 8102 hostnames: - nc.skillz.biz |