diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-05-24 23:43:19 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-05-24 23:43:19 +0200 |
commit | e40d0796f3efd4aff2dc47b4c525c393bc8e7de9 (patch) | |
tree | a278c1ba67180c985f69dd3a288a3c6b8581ea7b /inventory/host_vars | |
parent | fix nextcloud-update script in respect to custom-image (diff) |
cleanup
Diffstat (limited to 'inventory/host_vars')
-rw-r--r-- | inventory/host_vars/sk-cloudia/nextcloud.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/inventory/host_vars/sk-cloudia/nextcloud.yml b/inventory/host_vars/sk-cloudia/nextcloud.yml index 74022d63..901837fe 100644 --- a/inventory/host_vars/sk-cloudia/nextcloud.yml +++ b/inventory/host_vars/sk-cloudia/nextcloud.yml @@ -49,3 +49,21 @@ nextcloud_instances: type: mariadb version: 10.4.13 password: "{{ vault_nextcloud_database_passwords['wae.elevate.at'] }}" + wolke.elev8.at: + # new: true + version: 18.0.4 + port: 8110 + hostnames: + - wolke.elev8.at + quota: 100G + database: + type: mariadb + version: 10.5.3 + password: "{{ vault_nextcloud_database_passwords['wae.elevate.at'] }}" + custom_image: + dockerfile: | + RUN set -x \ + && sed 's/main$/main contrib non-free/' -i /etc/apt/sources.list \ + && apt-get update -q \ + && apt-get install -y -q unrar \ + && rm -rf /var/lib/apt/list/* /tmp/* /var/tmp/* |