ansible-role-nagios/handlers/main.yml

11 lines
153 B
YAML
Raw Normal View History

2022-10-11 09:19:02 +02:00
---
- name: Restart Nagios4
systemd:
name: nagios4
state: restarted
- name: Restart Apache2
systemd:
name: apache2
state: restarted