Update to 2022-05-02 11:00

This commit is contained in:
Daniel Berteaud 2022-05-02 11:00:10 +02:00
parent 8e6f241a1d
commit 986d08e74a
4 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: '22.03.1'
bookstack_version: '22.04'
# 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: f10c487af7f2f1050970c949f0c0378160258d3497456b36c6c9ecbfaa2d1ea9
bookstack_archive_sha256: 920fe04e5f056d379122846d6bba7dfcec5c32363f66cf06096f35a092e0955b
# 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: 17.3.0
diagrams_version: 17.4.3
# 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: 77fca205b67a8f50d28b8d0516e3369c417c440858d332dc35daaf90e401284e
diagrams_war_sha256: c84cf23a51662acf0fc957eb9bc8e3091caf303d12da73f770f435f33cbda120
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?

View File

@ -1,11 +1,11 @@
---
# Version to install
gitea_version: 1.16.6
gitea_version: 1.16.7
# URL to the binary
gitea_bin_url: https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64
# sha256 of the binary
gitea_bin_sha256: a96751af12d5e96301a97c280bafb92782e0e9b7a0bbe8960c704c0c0361e576
gitea_bin_sha256: 5a01bb160a305ae502cd922b4741e5d26dab06094b381b0d6a03011f74b7a518
# Handle updates. If set to false, ansible will only install
# Gitea and then won't touch an existing installation
gitea_manage_upgrade: True

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: 1.19.5
kimai_version: 1.19.6
# 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: 142a1c4a3a8524bd52e390db75b40d611e8ea4a2fae5be53500a118899f793ad
kimai_archive_sha256: 9fd24f5f29a729ed9fa079578a226c9db36d650baf8df55ffd866271d7e51697
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}