Update to 2022-06-13 12:00

This commit is contained in:
Daniel Berteaud 2022-06-13 12:00:12 +02:00
parent b02c02894a
commit c890cc2fde
4 changed files with 7 additions and 7 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: '1.20.2'
kimai_version: '1.20.3'
# 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: 0057fd63fedfbf06d699536c1bd7614a8296c158eef0ca19831ec97ca20a46cb
kimai_archive_sha256: 213eaee649e835ef0c231e042e27b622f822276fe02eedc874692d2c1db04872
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}

View File

@ -5,8 +5,8 @@
element_id: element
# Version to deploy, and expected sha256
element_version: 1.10.13
element_archive_sha256: e2a885de60e3a0b945927ced89fdb68c72a80c5f7f181014d7eb09d8e9a7b2ff
element_version: 1.10.14
element_archive_sha256: 1251b2d25c6195f9fef2283e0b9cc93e7a7bedbb13119d6e7d14331d8fd6d650
# Where to install element
element_root_dir: /opt/matrix/element

View File

@ -1,7 +1,7 @@
---
# Synapse version to deploy
synapse_version: 1.59.1
synapse_version: 1.60.0
# Should ansible handle Synapse upgrades ? If false, only initial install will be done
synapse_manage_upgrade: True

View File

@ -1,11 +1,11 @@
---
# Version to deploy
sftpgo_version: 2.3.0
sftpgo_version: 2.3.1
# 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: 02ef70f1f659c3b3dbedb1e797b691bb37c1ccac08a6e0bbdf566d8a6a94087c
sftpgo_archive_sha256: 8833dec9aab3315eff6588c4fd69d85d9c0f8b1e083592e1dee617aea719e4cb
# Should ansible handle upgrades ? If False, only initial install will be done
sftpgo_manage_upgrade: True