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 --- roles/apps/etherpad-lite/defaults/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'roles/apps/etherpad-lite/defaults') diff --git a/roles/apps/etherpad-lite/defaults/main.yml b/roles/apps/etherpad-lite/defaults/main.yml index 5281c739..0fa2df2d 100644 --- a/roles/apps/etherpad-lite/defaults/main.yml +++ b/roles/apps/etherpad-lite/defaults/main.yml @@ -10,7 +10,8 @@ etherpad_lite_db_gid: "941" # etherpad_lite_zfs: # pool: storage # name: etherpad_lite -# size: 20G +# properties: +# compression: lz4 # etherpad_lite_instances: # example: @@ -18,7 +19,8 @@ etherpad_lite_db_gid: "941" # port: 8300 # hostnames: # - pad.example.com -# quota: 40G +# zfs_properties: +# quota: 5G # settings: # .... # credentials: -- cgit v1.2.3