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