mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 04:48:34 +01:00
feat: new smart-send event gate
This commit is contained in:
@@ -179,3 +179,11 @@
|
||||
- config.ini
|
||||
- authentication.ini
|
||||
- groups.ini
|
||||
|
||||
- name: Template dispatcher gateway passfile
|
||||
template:
|
||||
src: dispatcher-pass-file.txt
|
||||
dest: /etc/icinga2/dispatcher-pass-file.txt
|
||||
mode: 0660
|
||||
owner: root
|
||||
group: nagios
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
{{ event_dispatcher_user }}
|
||||
{{ event_dispatcher_pass }}
|
||||
Reference in New Issue
Block a user