mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-02-28 18:00
This commit is contained in:
@@ -8,11 +8,11 @@ etherpad_root_dir: /opt/etherpad_{{ etherpad_id }}
|
||||
# Unix account under which etherpad will run. The user will be created if it doesn't exist
|
||||
etherpad_user: etherpad_{{ etherpad_id }}
|
||||
# Version to deploy
|
||||
etherpad_version: 1.8.16
|
||||
etherpad_version: 1.8.17
|
||||
# URL from where the archive will be downloaded
|
||||
etherpad_archive_url: https://github.com/ether/etherpad-lite/archive/{{ etherpad_version }}.tar.gz
|
||||
# Expected sha1 of the archive, to check the download were OK
|
||||
etherpad_archive_sha1: 048801cdcf597a1b3b14c7ef560daa839e836435
|
||||
# Expected sha256 of the archive, to check the download were OK
|
||||
etherpad_archive_sha256: 3b51eb0259764669dedfb4d13cdbe8d4a2dea37735fe32941aac39b5def9f99b
|
||||
# Port on which the service will listen
|
||||
etherpad_port: 9003
|
||||
# List of IP/CIDR for which the port will be opened (if iptables_manage == True)
|
||||
@@ -40,8 +40,8 @@ etherpad_theme: colibris
|
||||
|
||||
# List of plugins to install
|
||||
etherpad_plugins_base:
|
||||
- delete_after_delay
|
||||
- delete_empty_pads
|
||||
- adminpads2
|
||||
- markdown
|
||||
etherpad_plugins_extra: []
|
||||
etherpad_plugins: "{{ etherpad_plugins_base + etherpad_plugins_extra }}"
|
||||
|
||||
|
Reference in New Issue
Block a user