Update to 2024-01-03 11:00

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

View File

@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: '23.10.4'
bookstack_version: '23.12'
# 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: 0a3cb6ea782c7f47305572bf580d7be7c97c27bd6ae60cb1587197abbc0c18e5
bookstack_archive_sha256: fce344f1c9257465826715861ea0e3d5b8648ad39edde7a24ecf3060cf86e0fe
# Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True

View File

@ -1,11 +1,11 @@
---
# Veresion of diagrams to deploy
diagrams_version: 22.1.3
diagrams_version: 22.1.16
# 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: 54f75a5eac320ce4b9d987344fa7bcb4cedf63043d93827aa534525d383cf618
diagrams_war_sha256: 9764be81a5d52e763efbadc5e58ecb6e9f2aebbf442a79483e693e98c084f463
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?

View File

@ -5,12 +5,12 @@
# You can set it to a number or a simple string (no special chars)
kimai_id: 1
# Kimai version to deploy
kimai_version: '2.6.0'
kimai_version: '2.8.0'
# URL of the archive
kimai_archive_url: https://github.com/kevinpapst/kimai2/archive/refs/tags/{{ kimai_version }}.tar.gz
# Expected sha256 of the archive
kimai_archive_sha256: ce45ee31e14216e21d4f5c917b22c675fa8635db443b2c75bc9b35719ad4b6fe
kimai_archive_sha256: 2c37aa5160ac2f1dd2c798dd02a7a29ea008e59ca6fe3c34810e9dc4a1f9e98f
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}