mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:51:35 +01:00
17 lines
272 B
YAML
17 lines
272 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
|
|
|
|
- name: restart telegraf
|
|
systemd:
|
|
name: telegraf
|
|
state: restarted
|