From 3e462c69e5cc515e519dc2622ef151bb8d1ad386 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 14 Jun 2020 21:33:41 +0200 Subject: nextcloud/etherpad-lite imrpoved zfs property handling --- inventory/host_vars/sk-cloudia/nextcloud.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (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 index 1131e402..2b564a6e 100644 --- a/inventory/host_vars/sk-cloudia/nextcloud.yml +++ b/inventory/host_vars/sk-cloudia/nextcloud.yml @@ -2,7 +2,8 @@ nextcloud_zfs: pool: storage name: nextcloud - size: 800G + properties: + compression: lz4 nextcloud_instances: wolke.elevate.at: @@ -11,7 +12,8 @@ nextcloud_instances: port: 8100 hostnames: - wolke.elevate.at - quota: 300G + zfs_properties: + quota: 300G database: type: mariadb version: 10.4.13 @@ -22,7 +24,8 @@ nextcloud_instances: port: 8101 hostnames: - insomnia.skillz.biz - quota: 200G + zfs_properties: + quota: 200G database: type: mariadb version: 10.4.13 @@ -33,7 +36,8 @@ nextcloud_instances: port: 8102 hostnames: - nc.skillz.biz - quota: 200G + zfs_properties: + quota: 200G database: type: mariadb version: 10.4.13 @@ -44,7 +48,8 @@ nextcloud_instances: port: 8104 hostnames: - wae.elevate.at - quota: 100G + zfs_properties: + quota: 100G database: type: mariadb version: 10.4.13 -- cgit v1.2.3