Update to 2023-02-07 10:00

This commit is contained in:
Daniel Berteaud 2023-02-07 10:00:13 +01:00
parent a7bc2f4c30
commit 3b2cf67ba1
5 changed files with 6 additions and 8 deletions

View File

@ -1,11 +1,11 @@
---
# Version of cocumize to deploy
documize_version: 5.4.2
documize_version: 5.5.0
# URL of the binary to install
documize_bin_url: https://github.com/documize/community/releases/download/v{{ documize_version }}/documize-community-linux-amd64
# Expected sha1 of the binary
documize_bin_sha256: 5f42027291d705671ef12bad6a97231aa234c3d2b481ddd185c059f42f80c5da
documize_bin_sha256: 906ddd69c94a58d743f2818169670aa46ff9101d6270ea671556dabccc157f25
# Should documize handle upgrades or only initial install ?
documize_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.30.5'
kimai_version: '1.30.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: f758c8c8606e6505fdb827706ef4f1d640e525ac76634e736c7b493290c5c445
kimai_archive_sha256: 8b590de1a0d78dba379c302129ca608898657383d7000b5ce95e90bf91b5831f
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}

View File

@ -4,7 +4,6 @@
command: tar cf {{ nomad_root_dir }}/archives/{{ nomad_current_version }}.tar.zst --use-compress-program=zstd ./
args:
chdir: "{{ nomad_root_dir }}/archives/{{ nomad_current_version }}"
warn: False
environment:
ZSTD_CLEVEL: 10
tags: nomad

View File

@ -1,11 +1,11 @@
---
# Version of Vault to install
vault_version: 1.12.2
vault_version: 1.12.3
# URL of the archive
vault_archive_url: https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip
# Expected sha256 of the archive
vault_archive_sha256: 116c143de377a77a7ea455a367d5e9fe5290458e8a941a6e2dd85d92aaedba67
vault_archive_sha256: f4825bad06e77687b407eff7423acb9238adfd545d7345f2a0bb9e81b0c4b1eb
# Root dir where Nomad will be installed
vault_root_dir: /opt/vault

View File

@ -4,7 +4,6 @@
command: tar cf {{ vault_root_dir }}/archives/{{ vault_current_version }}.tar.zst --use-compress-program=zstd ./
args:
chdir: "{{ vault_root_dir }}/archives/{{ vault_current_version }}"
warn: False
environment:
ZSTD_CLEVEL: 10
tags: vault