Update to 2022-10-19 14:00

This commit is contained in:
Daniel Berteaud
2022-10-19 14:00:10 +02:00
parent fe1e00de11
commit 347d0c8590
15 changed files with 32 additions and 27 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.26.0'
kimai_version: '1.27.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: 114bfc7dc3243d1ed79d6984efb0edd89c48a02b7d9ae2547a31589b7fcf1df3
kimai_archive_sha256: dfe422f5fc3c7bcf51e313c36bc2d97d70b98f24e8334cc99a68472f8e52059c
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}

View File

@@ -47,6 +47,8 @@
command: install
working_dir: "{{ kimai_root_dir }}/app"
executable: /bin/php{{ kimai_php_version }}
environment:
COMPOSER_ALLOW_SUPERUSER: 1
- name: Install LDAP auth support
composer:
@@ -54,6 +56,8 @@
arguments: laminas/laminas-ldap
working_dir: "{{ kimai_root_dir }}/app"
executable: /bin/php{{ kimai_php_version }}
environment:
COMPOSER_ALLOW_SUPERUSER: 1
tags: kimai