10 lines
153 B
YAML
10 lines
153 B
YAML
---
|
|
- name: Restart Nagios4
|
|
systemd:
|
|
name: nagios4
|
|
state: restarted
|
|
|
|
- name: Restart Apache2
|
|
systemd:
|
|
name: apache2
|
|
state: restarted
|