Ansible roles
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
953 B

---
etherpad_id: 1
etherpad_root_dir: /opt/etherpad_{{ etherpad_id }}
etherpad_user: etherpad_{{ etherpad_id }}
etherpad_version: 1.8.7
etherpad_archive_url: https://github.com/ether/etherpad-lite/archive/{{ etherpad_version }}.tar.gz
etherpad_archive_sha1: 12431570a227745f5356099772f42a67a9c6e3e5
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 }}"