mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 09:28:31 +01:00
12 lines
195 B
YAML
12 lines
195 B
YAML
- name: restart icinga
|
|
systemd:
|
|
name: icinga2
|
|
state: restarted
|
|
|
|
- name: nsca-ng service reload
|
|
systemd:
|
|
name: nsca-ng
|
|
state: restarted
|
|
enabled: yes
|
|
daemon_reload: yes
|