Update to 2023-11-20 11:00

This commit is contained in:
Daniel Berteaud 2023-11-20 11:00:35 +01:00
parent 1e7cc64d56
commit 9e20a9b4a3
2 changed files with 5 additions and 5 deletions

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.3.0'
kimai_version: '2.4.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: 4cce6cd712eb7885fb8f6e455eb6a85ea71fdb396af8409621c89826f0108a9a
kimai_archive_sha256: 5028d33c78c1fc7a8e894d021a17817b9cb9fa9b166ac20979bafb3a6bb495a1
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}

View File

@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.47.7
metabase_version: 0.47.8
# 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: 522c709653b06531e7689abce1236a5ca70164f1541a5665900add80a804685e
metabase_jar_sha256: ba0183ca831202fa0a66d8b7c67c4642c7a80d5ae84460646b0b7f17b99ae0ae
# 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: e1f8e21d8977bfbb03d37e953274e247bea9e692948708f409fb5d90315768eb
metabase_archive_sha256: e540d2df2db96b18df61243a58bd4ca8fedfc845b31b7fb7a030a60cf9ed20f1
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True