From 7cd4309e4fce47ecd8241becb93ad2a57db16982 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 12 Apr 2024 18:43:04 +0200 Subject: sk-cloudio: - remove nextcloud instance: wae.elevate.at - add new nextcloud instance: visuals.pixeldada.com - prepare visuals.pixeldada.com and nc.skillz.biz for memories plugin --- inventory/host_vars/sk-cloudio/nextcloud.yml | 40 +++++++++++++++++++--------- 1 file changed, 28 insertions(+), 12 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 0eb326ac..82ffca47 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: luzesombra.skillz.biz: # new: true - version: 28.0.3 + version: 28.0.4 port: 8100 hostnames: - luzesombra.skillz.biz @@ -22,12 +22,12 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['luzesombra.skillz.biz'] }}" insomnia.skillz.biz: # new: true - version: 28.0.3 + version: 28.0.4 port: 8101 hostnames: - insomnia.skillz.biz zfs_properties: - quota: 300G + quota: 400G redis: version: 7.2.1 database: @@ -36,7 +36,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['insomnia.skillz.biz'] }}" nc.skillz.biz: # new: true - version: 28.0.3 + version: 28.0.4 port: 8102 hostnames: - nc.skillz.biz @@ -48,23 +48,39 @@ nextcloud_instances: type: mariadb version: 10.11.5 password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}" - wae.elevate.at: + extra_args: + - "--log_bin_trust_function_creators=true" + custom_image: + dockerfile: | + RUN set -x \ + && apt-get update -q \ + && apt-get install -y -q ffmpeg \ + && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* + visuals.pixeldada.com: # new: true - version: 28.0.3 - port: 8104 + version: 28.0.4 + port: 8103 hostnames: - - wae.elevate.at + - visuals.pixeldada.com zfs_properties: quota: 100G redis: - version: 7.2.1 + version: 7.2.4 database: type: mariadb - version: 10.11.5 - password: "{{ vault_nextcloud_database_passwords['wae.elevate.at'] }}" + version: 11.3.2 + password: "{{ vault_nextcloud_database_passwords['visuals.pixeldada.com'] }}" + extra_args: + - "--log_bin_trust_function_creators=true" + custom_image: + dockerfile: | + RUN set -x \ + && apt-get update -q \ + && apt-get install -y -q ffmpeg \ + && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* wolke.elev8.at: # new: true - version: 28.0.3 + version: 28.0.4 port: 8105 hostnames: - wolke.elev8.at -- cgit v1.2.3