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