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/etherpad.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'inventory/host_vars/sk-cloudia/etherpad.yml') diff --git a/inventory/host_vars/sk-cloudia/etherpad.yml b/inventory/host_vars/sk-cloudia/etherpad.yml index 9b6126e1..1d82e4b3 100644 --- a/inventory/host_vars/sk-cloudia/etherpad.yml +++ b/inventory/host_vars/sk-cloudia/etherpad.yml @@ -2,7 +2,8 @@ etherpad_lite_zfs: pool: storage name: etherpad-lite - size: 20G + properties: + compression: lz4 etherpad_lite_instances: pad.elevate.at: @@ -10,7 +11,8 @@ etherpad_lite_instances: port: 8300 hostnames: - pad.elevate.at - quota: 5G + zfs_properties: + quota: 5G settings: title: Elevate Etherpad users: -- cgit v1.2.3