Update to 2024-03-11 10:01

This commit is contained in:
Daniel Berteaud 2024-03-11 10:01:01 +01:00
parent a4f4dad4d6
commit 8d1263f0ab
3 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: '24.02'
bookstack_version: '24.02.1'
# 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: 0832745f6c76ef8a21adebf21fef70e09ff063d484a5d25334ed8c034adeb0b2
bookstack_archive_sha256: 3c794b49a9828db4af025e2e66243bb62d8be4915427c4e0a54dfdda89855a80
# Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True

View File

@ -1,11 +1,11 @@
---
# Version of consul-template to install
consul_tpl_version: 0.37.1
consul_tpl_version: 0.37.2
# 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: dcd0c4e907855dc8d605d55574e8532fb7c9664392503d0507823e543c4624a3
consul_tpl_archive_sha256: 9b416cce00d301f1882ca817424e4cb99e37ad630fdb4c06b5ff5274ebc24c8a
# Root dir where consul-template will be installed
consul_tpl_root_dir: /opt/consul_template

View File

@ -1,11 +1,11 @@
---
# Veresion of diagrams to deploy
diagrams_version: 24.0.2
diagrams_version: 24.0.4
# 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: 8e2e47b7e9c13880238caec7de38afadc65313cde1d5d69cdc8f7ed5ab5f80ab
diagrams_war_sha256: bdf8ca78977be1f268157d71a28d6855b56a820c0dc9867032d2d876587e5d7d
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?