mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 22:31:15 +01:00
10 lines
150 B
YAML
10 lines
150 B
YAML
- name: restart icinga
|
|
systemd:
|
|
name: icinga2
|
|
state: restarted
|
|
|
|
- name: restart telegraf
|
|
systemd:
|
|
name: telegraf
|
|
state: restarted
|