Update to 2022-02-15 16:00

This commit is contained in:
Daniel Berteaud
2022-02-15 16:00:13 +01:00
parent 7ec8056122
commit 90522fe409
22 changed files with 518 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Create system user account
user:
name: "{{ kimai_php_user }}"
comment: "PHP FPM for kimai {{ kimai_id }}"
system: True
shell: /sbin/nologin
home: "{{ kimai_root_dir }}"
tags: kimai