From e2df2cd82ef9736ff5f68b96f2a6b93988a4f137 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 5 Mar 2021 19:53:18 +0100 Subject: nextcloud-upgrade now handles config-hashes too --- inventory/host_vars/sk-cloudio/collabora.yml | 1 + inventory/host_vars/sk-cloudio/nextcloud.yml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'inventory/host_vars/sk-cloudio') diff --git a/inventory/host_vars/sk-cloudio/collabora.yml b/inventory/host_vars/sk-cloudio/collabora.yml index c491c55d..713f6f1a 100644 --- a/inventory/host_vars/sk-cloudio/collabora.yml +++ b/inventory/host_vars/sk-cloudio/collabora.yml @@ -14,3 +14,4 @@ collabora_code_instances: - insomnia.skillz.biz - nc.skillz.biz - wae.elevate.at + - wolke.elev8.at diff --git a/inventory/host_vars/sk-cloudio/nextcloud.yml b/inventory/host_vars/sk-cloudio/nextcloud.yml index 717ced2e..f2f8de9b 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: 19.0.8 + version: 20.0.8 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: 19.0.8 + version: 20.0.8 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: 20.0.6 + version: 21.0.0 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: 19.0.8 + version: 20.0.8 port: 8104 hostnames: - wae.elevate.at -- cgit v1.2.3