mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
Update to 2022-05-06 16:00
This commit is contained in:
parent
64f2890942
commit
65f9528838
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Babashka version to deploy
|
# Babashka version to deploy
|
||||||
bb_version: 0.8.1
|
bb_version: 0.8.2
|
||||||
# URL of the archive
|
# URL of the archive
|
||||||
bb_archive_url: https://github.com/babashka/babashka/releases/download/v{{ bb_version }}/babashka-{{ bb_version }}-linux-amd64-static.tar.gz
|
bb_archive_url: https://github.com/babashka/babashka/releases/download/v{{ bb_version }}/babashka-{{ bb_version }}-linux-amd64-static.tar.gz
|
||||||
# Expected sha256sum of the archive
|
# Expected sha256sum of the archive
|
||||||
bb_archive_sha256: 1eab59c15b744098063198b25569e459a097e30e2492d073ffe8d7f5d3938615
|
bb_archive_sha256: 265a6ececf519d7db5bda547bf615937716fc163075cca9a310d15c18ce6a507
|
||||||
|
@ -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
|
# Unix account under which etherpad will run. The user will be created if it doesn't exist
|
||||||
etherpad_user: etherpad_{{ etherpad_id }}
|
etherpad_user: etherpad_{{ etherpad_id }}
|
||||||
# Version to deploy
|
# Version to deploy
|
||||||
etherpad_version: 1.8.17
|
etherpad_version: 1.8.18
|
||||||
# URL from where the archive will be downloaded
|
# URL from where the archive will be downloaded
|
||||||
etherpad_archive_url: https://github.com/ether/etherpad-lite/archive/{{ etherpad_version }}.tar.gz
|
etherpad_archive_url: https://github.com/ether/etherpad-lite/archive/{{ etherpad_version }}.tar.gz
|
||||||
# Expected sha256 of the archive, to check the download were OK
|
# Expected sha256 of the archive, to check the download were OK
|
||||||
etherpad_archive_sha256: 3b51eb0259764669dedfb4d13cdbe8d4a2dea37735fe32941aac39b5def9f99b
|
etherpad_archive_sha256: 67ccc0bac94e146b26fbddcf8330e0f543a4ff82213c420a376644614a7ff2c4
|
||||||
# Port on which the service will listen
|
# Port on which the service will listen
|
||||||
etherpad_port: 9003
|
etherpad_port: 9003
|
||||||
# List of IP/CIDR for which the port will be opened (if iptables_manage == True)
|
# List of IP/CIDR for which the port will be opened (if iptables_manage == True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user