You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
954 B
32 lines
954 B
---
|
|
|
|
etherpad_id: 1
|
|
etherpad_root_dir: /opt/etherpad_{{ etherpad_id }}
|
|
etherpad_user: etherpad_{{ etherpad_id }}
|
|
etherpad_version: 1.8.12
|
|
etherpad_archive_url: https://github.com/ether/etherpad-lite/archive/{{ etherpad_version }}.tar.gz
|
|
etherpad_archive_sha1: 497b3db2fa4e35c3688051160b3af40dd8da3df7
|
|
etherpad_port: 9003
|
|
etherpad_src_ip: []
|
|
|
|
etherpad_db_name: etherpad_{{ etherpad_id }}
|
|
etherpad_db_user: etherpad_{{ etherpad_id }}
|
|
etherpad_db_port: 3306
|
|
etherpad_db_server: "{{mysql_server | default('localhost') }}"
|
|
# A random one is generated if not defined
|
|
# etherpad_db_pass: s3cr3t.
|
|
|
|
etherpad_title: Etherpad
|
|
etherpad_theme: colibris
|
|
# A random one will be created if not defined
|
|
#etherpad_admin_pass: p@ssw0rd
|
|
#etherpad_api_key: 123456
|
|
|
|
etherpad_plugins_base:
|
|
- adminpads
|
|
- delete_after_delay
|
|
- delete_empty_pads
|
|
- small_list
|
|
- markdown
|
|
etherpad_plugins_extra: []
|
|
etherpad_plugins: "{{ etherpad_plugins_base + etherpad_plugins_extra }}"
|
|
|