mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-13 08:43:14 +02:00
Update to 2023-10-31 11:00
This commit is contained in:
parent
1382cea5c6
commit
a03754ddd4
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
bookstack_version: '23.08.3'
|
||||
bookstack_version: '23.10'
|
||||
# URL of the arhive
|
||||
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz
|
||||
# Expected sha256 of the archive
|
||||
bookstack_archive_sha256: da665584507020a071d41c6fef5f3996254854e13700059d6e9ca18c3f29211e
|
||||
bookstack_archive_sha256: 793be0bea3fd18b8be397bb5b7dd12bbe1e3f0a91c40de757efae2993118ed2b
|
||||
|
||||
# Should ansible handle bookstack upgrades or just the inintial install
|
||||
bookstack_manage_upgrade: True
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Veresion of diagrams to deploy
|
||||
diagrams_version: 21.7.5
|
||||
diagrams_version: 22.0.8
|
||||
# URL of the WAR file to deploy
|
||||
diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war
|
||||
# Expected sha256 of the WAR file
|
||||
diagrams_war_sha256: 6114f959886630ad827621cfc2537a0669f19cdead2f74e0d2d17d5bb77e2bbe
|
||||
diagrams_war_sha256: 4cb21162b0252876c7204e18b420767931629eca66bea2ba488d6efc9feb0cba
|
||||
# root directory of the installation
|
||||
diagrams_root_dir: /opt/diagrams
|
||||
# Should ansible manage upgrades, or just initial install ?
|
||||
|
@ -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.9.3
|
||||
etherpad_version: 1.9.4
|
||||
# URL from where the archive will be downloaded
|
||||
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
|
||||
etherpad_archive_sha256: e2907f35f4f7026860bed6b6e847ec964f1c3d51d2e2212247d7bf9db5b4f18d
|
||||
etherpad_archive_sha256: 5b8ccf2a3c92cbd9bb578f684bc52d2ea27fc3fb30cdc76341f9ccffe0c0ff7f
|
||||
# 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)
|
||||
|
@ -1,15 +1,15 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
metabase_version: 0.47.5
|
||||
metabase_version: 0.47.6
|
||||
# URL to fetch the jar
|
||||
metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar
|
||||
# Expected sha256 of the jar
|
||||
metabase_jar_sha256: 46ebdcf40b7a91d0774990495c7922003f661b52d6be6947d5aca93f58f40eb1
|
||||
metabase_jar_sha256: 2d617c3babf5c75897e5e242ba04359e82de509b15b6167b706bb25b7c3a5c68
|
||||
# When building from source
|
||||
metabase_archive_url: https://github.com/metabase/metabase/archive/refs/tags/v{{ metabase_version }}.tar.gz
|
||||
# Expected sha256 of the archive
|
||||
metabase_archive_sha256: 5d36151c08067444264f07386a958fd3b387c394817f8f51daf989683b7bf0d1
|
||||
metabase_archive_sha256: 059eb0ce62c09bd394aec0913e7f97e413d588d3394963abed0ac8b8db5b3f29
|
||||
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
|
||||
metabase_manage_upgrade: True
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
|
||||
# Version of Nomad to install
|
||||
nomad_version: 1.6.2
|
||||
nomad_version: 1.6.3
|
||||
# URL of the archive
|
||||
nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip
|
||||
# Expected sha256 of the archive
|
||||
nomad_archive_sha256: f6f879a359a667a6b1ca4366abd8383d89118dabd0d28af5bbc4721685ff17b8
|
||||
nomad_archive_sha256: 1771f83030d9c0e25b4b97b73e824f4b566721e3b9898ae9940eceb95bb7f4d0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user