mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 03:33:17 +02:00
Update to 2022-09-05 10:00
This commit is contained in:
parent
6abd90cfaa
commit
ac46e06fb3
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Babashka version to deploy
|
# Babashka version to deploy
|
||||||
bb_version: 0.9.159
|
bb_version: 0.9.162
|
||||||
# URL of the archive
|
# URL of the archive
|
||||||
bb_archive_url: https://github.com/babashka/babashka/releases/download/v{{ bb_version }}/babashka-{{ bb_version }}-linux-amd64-static.tar.gz
|
bb_archive_url: https://github.com/babashka/babashka/releases/download/v{{ bb_version }}/babashka-{{ bb_version }}-linux-amd64-static.tar.gz
|
||||||
# Expected sha256sum of the archive
|
# Expected sha256sum of the archive
|
||||||
bb_archive_sha256: 02278c566c45a71a8ce918f1317fa1cccf150b79bd8e5e1cc9911c8910e3fee7
|
bb_archive_sha256: d44047e9d625d594c8592d28debc3b770c5cd00b0d45bedff34a0021c3bbaf1d
|
||||||
|
@ -5,12 +5,12 @@
|
|||||||
# You can set it to a number or a simple string (no special chars)
|
# You can set it to a number or a simple string (no special chars)
|
||||||
kimai_id: 1
|
kimai_id: 1
|
||||||
# Kimai version to deploy
|
# Kimai version to deploy
|
||||||
kimai_version: '1.23.1'
|
kimai_version: '1.24.0'
|
||||||
|
|
||||||
# URL of the archive
|
# URL of the archive
|
||||||
kimai_archive_url: https://github.com/kevinpapst/kimai2/archive/refs/tags/{{ kimai_version }}.tar.gz
|
kimai_archive_url: https://github.com/kevinpapst/kimai2/archive/refs/tags/{{ kimai_version }}.tar.gz
|
||||||
# Expected sha256 of the archive
|
# Expected sha256 of the archive
|
||||||
kimai_archive_sha256: e0636b39a8936cbe32f8463a4338ccbecd0a0d6c10100c306e40c76ea5d7f2fc
|
kimai_archive_sha256: 8b7f8b3b25b1cfee7e7ce3aedb01a02bc4301752f7a1d703053f553160884d68
|
||||||
|
|
||||||
# Directory where kimai will be installed
|
# Directory where kimai will be installed
|
||||||
kimai_root_dir: /opt/kimai_{{ kimai_id }}
|
kimai_root_dir: /opt/kimai_{{ kimai_id }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user