mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 06:28:34 +01:00
feat: event dispatch substitutions
This commit is contained in:
@@ -39,6 +39,16 @@
|
||||
notify:
|
||||
- reload async icinga settings
|
||||
|
||||
- name: Create Event Dispatch Substitutions config dir
|
||||
file:
|
||||
name: /data/event-dispatcher/substitutions/
|
||||
state: directory
|
||||
|
||||
- name: Copy Event Dispatcher Substitutions Map
|
||||
template:
|
||||
src: event-message-subsitution-map.yaml
|
||||
dest: /data/event-dispatcher/substitutions/substitutions.yaml
|
||||
|
||||
- name: Async Icinga Service (dynamic from backup file)
|
||||
copy:
|
||||
src: async-icinga-config-dynamic.json
|
||||
|
||||
Reference in New Issue
Block a user