From 71def7689698ed941eef9491109cb1d588eb16b8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 12 Aug 2020 23:47:51 +0200 Subject: add hacky workaround for zfs-mount-generator bug --- inventory/host_vars/sk-cloudia/nextcloud.yml | 56 ---------------------------- 1 file changed, 56 deletions(-) delete mode 100644 inventory/host_vars/sk-cloudia/nextcloud.yml (limited to 'inventory/host_vars/sk-cloudia/nextcloud.yml') diff --git a/inventory/host_vars/sk-cloudia/nextcloud.yml b/inventory/host_vars/sk-cloudia/nextcloud.yml deleted file mode 100644 index 2bb6eab5..00000000 --- a/inventory/host_vars/sk-cloudia/nextcloud.yml +++ /dev/null @@ -1,56 +0,0 @@ ---- -nextcloud_zfs: - pool: storage - name: nextcloud - properties: - compression: lz4 - -nextcloud_instances: - wolke.elevate.at: - # new: true - version: 18.0.6 - port: 8100 - hostnames: - - wolke.elevate.at - zfs_properties: - quota: 300G - database: - type: mariadb - version: 10.4.13 - password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}" - insomnia.skillz.biz: - # new: true - version: 18.0.6 - port: 8101 - hostnames: - - insomnia.skillz.biz - zfs_properties: - quota: 200G - database: - type: mariadb - version: 10.4.13 - password: "{{ vault_nextcloud_database_passwords['insomnia.skillz.biz'] }}" - nc.skillz.biz: - # new: true - version: 18.0.6 - port: 8102 - hostnames: - - nc.skillz.biz - zfs_properties: - quota: 200G - database: - type: mariadb - version: 10.4.13 - password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}" - wae.elevate.at: - # new: true - version: 18.0.6 - port: 8104 - hostnames: - - wae.elevate.at - zfs_properties: - quota: 100G - database: - type: mariadb - version: 10.4.13 - password: "{{ vault_nextcloud_database_passwords['wae.elevate.at'] }}" -- cgit v1.2.3