blob: 5281c739c54949d4a0ac79da8b62f8de50594c8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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'] }}"
|