From fa669c57fcfc12339a927871d8831db8bf21fffb Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 27 Aug 2023 18:24:35 +0200 Subject: wolke.elevate.at and pads.elevate.at have been moved --- inventory/host_vars/sk-cloudio/nextcloud.yml | 40 ++++++++++++++-------------- 1 file changed, 20 insertions(+), 20 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 d096185b..ae5a9549 100644 --- a/inventory/host_vars/sk-cloudio/nextcloud.yml +++ b/inventory/host_vars/sk-cloudio/nextcloud.yml @@ -6,26 +6,26 @@ nextcloud_zfs: compression: lz4 nextcloud_instances: - wolke.elevate.at: - # new: true - version: 27.0.2 - port: 8100 - hostnames: - - wolke.elevate.at - zfs_properties: - quota: 400G - database: - type: mariadb - version: 10.11.4 - password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}" - custom_image: - dockerfile: | - RUN set -x \ - && apt-get update -q \ - && apt-get install -y -q smbclient libsmbclient-dev \ - && pecl install smbclient \ - && docker-php-ext-enable smbclient \ - && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* + # wolke.elevate.at: + # # new: true + # version: 27.0.2 + # port: 8100 + # hostnames: + # - wolke.elevate.at + # zfs_properties: + # quota: 400G + # database: + # type: mariadb + # version: 10.11.4 + # password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}" + # custom_image: + # dockerfile: | + # RUN set -x \ + # && apt-get update -q \ + # && apt-get install -y -q smbclient libsmbclient-dev \ + # && pecl install smbclient \ + # && docker-php-ext-enable smbclient \ + # && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* insomnia.skillz.biz: # new: true version: 27.0.2 -- cgit v1.2.3