summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-cloudio/etherpad.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-08-02 02:00:28 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-08-02 02:00:28 +0200
commite830c6b7dff302fde9c760721d0ad2878f4e4a06 (patch)
tree70936ad32cb930e23c5ce359e91a9c105c3b7af6 /inventory/host_vars/sk-cloudio/etherpad.yml
parentcosmetic change (diff)
add host sk-cludio (replacement for sk-claudia)
Diffstat (limited to 'inventory/host_vars/sk-cloudio/etherpad.yml')
-rw-r--r--inventory/host_vars/sk-cloudio/etherpad.yml58
1 files changed, 58 insertions, 0 deletions
diff --git a/inventory/host_vars/sk-cloudio/etherpad.yml b/inventory/host_vars/sk-cloudio/etherpad.yml
new file mode 100644
index 00000000..1d82e4b3
--- /dev/null
+++ b/inventory/host_vars/sk-cloudio/etherpad.yml
@@ -0,0 +1,58 @@
+---
+etherpad_lite_zfs:
+ pool: storage
+ name: etherpad-lite
+ properties:
+ compression: lz4
+
+etherpad_lite_instances:
+ pad.elevate.at:
+ version: c65c5f17aa26c9179ce591f44721861ba6f6bec4-elevate
+ port: 8300
+ hostnames:
+ - pad.elevate.at
+ zfs_properties:
+ quota: 5G
+ settings:
+ title: Elevate Etherpad
+ users:
+ admin:
+ is_admin: true
+ password: "{{ vault_etherpad_lite_user_passwords['pad.elevate.at']['admin'] }}"
+ user:
+ is_admin: false
+ 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\
+ \ you to collaborate seamlessly on documents!\n\nGet involved with Etherpad at http://etherpad.org\n\
+ \n IMPORTANT: THIS PAD IS PRIVIDED FOR FREE TO THE PUBLIC! There is no guarantee\
+ \ for your data - please take care of backups yourself! This is usually intended\
+ \ only for the Elevate Team and it might get access control in the future! If you\
+ \ are interested in having a PAD for your project, please get back to dan@elevate.at\
+ \ for information. It can be made available!"
+ favicon: favicon.ico
+
+ maxAge: 21600
+ editOnly: false
+ minify: true
+ requireSession: false
+ requireAuthentication: false
+ requireAuthorization: false
+ socketTransportProtocols: [xhr-polling, jsonp-polling, htmlfile]
+ abiword: null
+ loglevel: INFO
+ logconfig:
+ appenders:
+ - type: console
+ dbType: "mysql"
+ dbSettings:
+ host: "127.0.0.1"
+ user: "etherpad-lite"
+ password: "{{ vault_etherpad_lite_database_passwords['pad.elevate.at'] }}"
+ database: "etherpad-lite"
+ charset: "utf8mb4"
+ database:
+ type: mariadb
+ version: 10.4.8
+ password: "{{ vault_etherpad_lite_database_passwords['pad.elevate.at'] }}"