Update to 2023-12-20 10:00

This commit is contained in:
Daniel Berteaud 2023-12-20 10:00:34 +01:00
parent e2b3b69c03
commit 8fe43fc058
2 changed files with 4 additions and 4 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.5.0'
kimai_version: '2.6.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: a58926145bc84e38e294af4aa9b4cf3549574ad2fc4f3bca4d47b9bae8448d7a
kimai_archive_sha256: ce45ee31e14216e21d4f5c917b22c675fa8635db443b2c75bc9b35719ad4b6fe
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}

View File

@ -1,11 +1,11 @@
---
# Version to deploy
sftpgo_version: 2.5.5
sftpgo_version: 2.5.6
# URL of the archive
sftpgo_archive_url: https://github.com/drakkan/sftpgo/releases/download/v{{ sftpgo_version }}/sftpgo_v{{ sftpgo_version }}_linux_x86_64.tar.xz
# Expected sha1 of the archive
sftpgo_archive_sha256: 34fd4b5c1e452b2197279778bc72f0244973b245f02e89323cc97084fd5a9bda
sftpgo_archive_sha256: 8a1c614511343f184d75bf22b1546fdabe31b4ce30c62e08eeac1e52ed83e53c
# Should ansible handle upgrades ? If False, only initial install will be done
sftpgo_manage_upgrade: True