From aa798535cdd76257ba2ec54a53bd9baf8a54a68a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 17 Oct 2019 20:02:22 +0200 Subject: basic etherpad installation works now --- roles/etherpad-lite/defaults/main.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 roles/etherpad-lite/defaults/main.yml (limited to 'roles/etherpad-lite/defaults') diff --git a/roles/etherpad-lite/defaults/main.yml b/roles/etherpad-lite/defaults/main.yml new file mode 100644 index 00000000..5281c739 --- /dev/null +++ b/roles/etherpad-lite/defaults/main.yml @@ -0,0 +1,29 @@ +--- +etherpad_lite_app_uid: "940" +etherpad_lite_app_gid: "940" + +etherpad_lite_db_uid: "941" +etherpad_lite_db_gid: "941" + +# etherpad_lite_base_path: /srv/etherpad_lite + +# etherpad_lite_zfs: +# pool: storage +# name: etherpad_lite +# size: 20G + +# etherpad_lite_instances: +# example: +# version: 1.7.5 +# port: 8300 +# hostnames: +# - pad.example.com +# quota: 40G +# settings: +# .... +# credentials: +# .... +# database: +# type: mariadb +# version: 10.4.8 +# password: "{{ vault_etherpad_lite_database_passwords['example'] }}" -- cgit v1.2.3