mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 08:08:34 +01:00
feat: icingaweb2 auth config
This commit is contained in:
@@ -165,3 +165,17 @@
|
||||
mode: 0755
|
||||
notify:
|
||||
- restart nginx
|
||||
|
||||
- name: Copy icingaweb2-config
|
||||
template:
|
||||
src: "icingaweb2/{{ item }}"
|
||||
dest: "/etc/icingaweb2/{{ item }}"
|
||||
mode: 0660
|
||||
owner: root
|
||||
group: icingaweb2
|
||||
with_items:
|
||||
- resources.ini
|
||||
- roles.ini
|
||||
- config.ini
|
||||
- authentication.ini
|
||||
- groups.ini
|
||||
|
||||
Reference in New Issue
Block a user