mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +02:00
Update to 2022-03-22 11:00
This commit is contained in:
parent
0800a3d4fd
commit
e0e0312fa6
@ -1,13 +1,13 @@
|
||||
---
|
||||
|
||||
# Version of elasticsearch to deploy
|
||||
es_version: 7.17.0
|
||||
es_version: 7.17.1
|
||||
# root directory
|
||||
es_root_dir: /opt/elasticsearch
|
||||
# URL of the archive
|
||||
es_archive_url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{ es_version }}-linux-x86_64.tar.gz
|
||||
# Expected sha512 of the archive
|
||||
es_archive_sha512: c9c3e2ef237c825c67f8a242a419eb7989b40beeaf399f3e68bdff0f5d62a5d5dcfa832b8e3284778e941f73bc64b8eaa899dad1b1282af65fc3687d7e9d6a4c
|
||||
es_archive_sha512: fe2ec941e98713dc9a9c4e54c411d9b63be066ec2b1ca5ec2873d70dabbde7463bc46b8785d2a82e8fcc007d340b47a2964be1637033609ffdc96756e73c6413
|
||||
# Should ansible handle upgrades or only initial installation ?
|
||||
es_manage_upgrade: True
|
||||
# User under which the service will run (will be created)
|
||||
|
@ -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.18.2
|
||||
kimai_version: 1.19
|
||||
|
||||
# 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: 76e9f5fa19a6416d794c82419926adfadae365d838f46df7f8455ab9a4bc8849
|
||||
kimai_archive_sha256: d95148becbe2753c2734b70616d14a30c3b178a5c9b1ab9188b3988cc7661207
|
||||
|
||||
# Directory where kimai will be installed
|
||||
kimai_root_dir: /opt/kimai_{{ kimai_id }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user