mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2023-11-08 17:00
This commit is contained in:
parent
9039cf0353
commit
2e913384f8
@ -1,8 +1,8 @@
|
||||
---
|
||||
|
||||
# Babashka version to deploy
|
||||
bb_version: 1.3.185
|
||||
bb_version: 1.3.186
|
||||
# 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
|
||||
# Expected sha256sum of the archive
|
||||
bb_archive_sha256: fcb19364c7c377d8d8ba5564146489b35499e869670202284dbb405953691203
|
||||
bb_archive_sha256: fa92d6ad5a39711a6863905bda01a37ff0ef75b646e4937128c9acc3485f1b9f
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
bookstack_version: '23.10.1'
|
||||
bookstack_version: '23.10.2'
|
||||
# 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: 817663a26a62cd55e9c6d4f2d69ba1427bc2d3de98b69de9b3eba5f710c24cc8
|
||||
bookstack_archive_sha256: 77720d16b42975d1bfbb013b7211f6574a087ffd0535f34594e7e588574b3f6a
|
||||
|
||||
# Should ansible handle bookstack upgrades or just the inintial install
|
||||
bookstack_manage_upgrade: True
|
||||
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
|
||||
# Version of consul to deploy
|
||||
consul_version: 1.16.2
|
||||
consul_version: 1.17.0
|
||||
# URL from where the consul archive will be downloaded
|
||||
consul_archive_url: https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip
|
||||
# Expected sha256 of the archive
|
||||
consul_archive_sha256: 2c87fffbb8abb3ba776519514db659f174a7c5b65faad7818457049ca9ff338b
|
||||
consul_archive_sha256: 4fbb6c3a05ddfc72d314149fe9765a1be89c33857b003a1d861469f2fe97e23e
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version of consul-template to install
|
||||
consul_tpl_version: 0.34.0
|
||||
consul_tpl_version: 0.35.0
|
||||
# URL of the archive
|
||||
consul_tpl_archive_url: https://releases.hashicorp.com/consul-template/{{ consul_tpl_version }}/consul-template_{{ consul_tpl_version }}_linux_amd64.zip
|
||||
# Expected sha256 of the archive
|
||||
consul_tpl_archive_sha256: c7a5817547d6545f8c5ce2dfea62c821ddd324dd9a3414519ebaba2aeeff59a0
|
||||
consul_tpl_archive_sha256: 1b1c9127e8da25b2d7322e6f2aa8e6d946336083999e0fdb321f96ffd447eebd
|
||||
|
||||
# Root dir where consul-template will be installed
|
||||
consul_tpl_root_dir: /opt/consul_template
|
||||
|
@ -5,8 +5,8 @@
|
||||
element_id: element
|
||||
|
||||
# Version to deploy, and expected sha256
|
||||
element_version: 1.11.47
|
||||
element_archive_sha256: 89e090f74fa1ae40329c6d93f5bbc54373b867237acf0bb2a87c41dedf41249e
|
||||
element_version: 1.11.48
|
||||
element_archive_sha256: 7a98b49e0b2d094160d5e155cfed861ad7d844637bca618004c56263ef0d0274
|
||||
|
||||
# Where to install element
|
||||
element_root_dir: /opt/matrix/element
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
# Synapse version to deploy
|
||||
synapse_version: '1.95.0'
|
||||
synapse_version: '1.95.1'
|
||||
|
||||
# Should ansible handle Synapse upgrades ? If false, only initial install will be done
|
||||
synapse_manage_upgrade: True
|
||||
|
@ -1,15 +1,15 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
metabase_version: 0.47.6
|
||||
metabase_version: 0.47.7
|
||||
# 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: 2d617c3babf5c75897e5e242ba04359e82de509b15b6167b706bb25b7c3a5c68
|
||||
metabase_jar_sha256: 522c709653b06531e7689abce1236a5ca70164f1541a5665900add80a804685e
|
||||
# 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: 059eb0ce62c09bd394aec0913e7f97e413d588d3394963abed0ac8b8db5b3f29
|
||||
metabase_archive_sha256: e1f8e21d8977bfbb03d37e953274e247bea9e692948708f409fb5d90315768eb
|
||||
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
|
||||
metabase_manage_upgrade: True
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
|
||||
vaultwarden_version: 1.29.2
|
||||
vaultwarden_version: 1.30.0
|
||||
vaultwarden_archive_url: https://github.com/dani-garcia/vaultwarden/archive/{{ vaultwarden_version }}.tar.gz
|
||||
vaultwarden_archive_sha256: 44f82c1cc3595c2b6dba38fb4ac0989f40dca0a39225facf404e70a0573267aa
|
||||
vaultwarden_archive_sha256: b9bcb75c671b0f28ef8ff1c3aae05a5e23306aceef43f86621a5c20dc1e9516d
|
||||
|
||||
vaultwarden_web_version: 2023.8.2
|
||||
vaultwarden_web_version: 2023.10.0
|
||||
vaultwarden_web_archive_url: https://github.com/dani-garcia/bw_web_builds/releases/download/v{{ vaultwarden_web_version }}/bw_web_v{{ vaultwarden_web_version }}.tar.gz
|
||||
vaultwarden_web_archive_sha256: 99c403b98074e2df4b2c0f55e5e04191912db1f4bf90e5145b5b58889853e9c7
|
||||
vaultwarden_web_archive_sha256: 17758e5a37af2e1f847d76d3386551c519526884ee06912d9f78d97e61dd52a0
|
||||
|
||||
vaultwarden_root_dir: /opt/vaultwarden
|
||||
vaultwarden_user: vaultwarden
|
||||
|
Loading…
x
Reference in New Issue
Block a user