From 71b02161def3f1505c5b35412ccb4da9e2633cb9 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 3 Nov 2021 21:16:58 +0100 Subject: update nextcloud instances on cloudio --- inventory/host_vars/sk-cloudio/nextcloud.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'inventory/host_vars/sk-cloudio/nextcloud.yml') diff --git a/inventory/host_vars/sk-cloudio/nextcloud.yml b/inventory/host_vars/sk-cloudio/nextcloud.yml index 594dd8ac..232e6334 100644 --- a/inventory/host_vars/sk-cloudio/nextcloud.yml +++ b/inventory/host_vars/sk-cloudio/nextcloud.yml @@ -8,19 +8,19 @@ nextcloud_zfs: nextcloud_instances: wolke.elevate.at: # new: true - version: 21.0.4 + version: 22.2.0 port: 8100 hostnames: - wolke.elevate.at zfs_properties: - quota: 300G + quota: 400G database: type: mariadb version: 10.5.9 password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}" insomnia.skillz.biz: # new: true - version: 21.0.4 + version: 22.2.0 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: 21.0.4 + version: 22.2.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: 21.0.4 + version: 22.2.0 port: 8104 hostnames: - wae.elevate.at -- cgit v1.2.3