From 15f73c910e8f400035a4de6a28cebd5ae0655aae Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 17 Oct 2019 21:19:05 +0200 Subject: etherpad is still a mess but we will keep it at this state for now --- inventory/host_vars/sk-cloudia/etherpad.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'inventory/host_vars/sk-cloudia') diff --git a/inventory/host_vars/sk-cloudia/etherpad.yml b/inventory/host_vars/sk-cloudia/etherpad.yml index 9cd26e19..9b6126e1 100644 --- a/inventory/host_vars/sk-cloudia/etherpad.yml +++ b/inventory/host_vars/sk-cloudia/etherpad.yml @@ -6,21 +6,20 @@ etherpad_lite_zfs: etherpad_lite_instances: pad.elevate.at: - version: 1.7.5 + version: c65c5f17aa26c9179ce591f44721861ba6f6bec4-elevate port: 8300 hostnames: -# - pad.elevate.at - - wolke.elev8.at + - pad.elevate.at quota: 5G settings: title: Elevate Etherpad users: admin: is_admin: true - password: admin + password: "{{ vault_etherpad_lite_user_passwords['pad.elevate.at']['admin'] }}" user: is_admin: false - password: user + password: "{{ vault_etherpad_lite_user_passwords['pad.elevate.at']['user'] }}" defaultPadText: "Welcome to the ELEVATE - Etherpad!\n\nThis pad text is synchronized\ \ as you type, so that everyone viewing this page sees the same text. This allows\ @@ -44,8 +43,6 @@ etherpad_lite_instances: logconfig: appenders: - type: console - - credentials: dbType: "mysql" dbSettings: host: "127.0.0.1" -- cgit v1.2.3