From dbc4369618a4fd55486a01685515e9e6d95c2e16 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 16 Jul 2023 02:32:10 +0200 Subject: upgrade mariadb for nextcloud instances --- inventory/host_vars/sk-cloudio/nextcloud.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'inventory/host_vars/sk-cloudio') diff --git a/inventory/host_vars/sk-cloudio/nextcloud.yml b/inventory/host_vars/sk-cloudio/nextcloud.yml index 28836af7..e2260813 100644 --- a/inventory/host_vars/sk-cloudio/nextcloud.yml +++ b/inventory/host_vars/sk-cloudio/nextcloud.yml @@ -16,8 +16,7 @@ nextcloud_instances: quota: 400G database: type: mariadb - version: 10.5.13 - #version: 10.11.4 + version: 10.11.4 password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}" custom_image: dockerfile: | @@ -37,8 +36,7 @@ nextcloud_instances: quota: 300G database: type: mariadb - version: 10.5.13 - #version: 10.11.4 + version: 10.11.4 password: "{{ vault_nextcloud_database_passwords['insomnia.skillz.biz'] }}" nc.skillz.biz: # new: true @@ -50,8 +48,7 @@ nextcloud_instances: quota: 200G database: type: mariadb - version: 10.5.13 - #version: 10.11.4 + version: 10.11.4 password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}" wae.elevate.at: # new: true @@ -63,8 +60,7 @@ nextcloud_instances: quota: 100G database: type: mariadb - version: 10.5.13 - #version: 10.11.4 + version: 10.11.4 password: "{{ vault_nextcloud_database_passwords['wae.elevate.at'] }}" wolke.elev8.at: # new: true -- cgit v1.2.3