From 2b50307306eb7fb8ff69e68c7d230e5d35b67ae3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 5 Feb 2022 01:17:39 +0100 Subject: sk-cloudio: upgrade some container versions and increase /var/log --- 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 7fe81abd..89ebb21c 100644 --- a/inventory/host_vars/sk-cloudio/nextcloud.yml +++ b/inventory/host_vars/sk-cloudio/nextcloud.yml @@ -16,7 +16,7 @@ nextcloud_instances: quota: 400G database: type: mariadb - version: 10.5.9 + version: 10.5.13 password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}" insomnia.skillz.biz: # new: true @@ -28,7 +28,7 @@ nextcloud_instances: quota: 200G database: type: mariadb - version: 10.5.9 + version: 10.5.13 password: "{{ vault_nextcloud_database_passwords['insomnia.skillz.biz'] }}" nc.skillz.biz: # new: true @@ -40,7 +40,7 @@ nextcloud_instances: quota: 200G database: type: mariadb - version: 10.5.9 + version: 10.5.13 password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}" wae.elevate.at: # new: true @@ -52,7 +52,7 @@ nextcloud_instances: quota: 100G database: type: mariadb - version: 10.5.9 + version: 10.5.13 password: "{{ vault_nextcloud_database_passwords['wae.elevate.at'] }}" wolke.elev8.at: # new: true @@ -64,5 +64,5 @@ nextcloud_instances: quota: 10G database: type: mariadb - version: 10.5.9 + version: 10.5.13 password: "{{ vault_nextcloud_database_passwords['wolke.elev8.at'] }}" -- cgit v1.2.3