forked from ISTI-ansible-roles/ansible-roles
roles/nagios-server: add the handlers.
This commit is contained in:
parent
50ec72e142
commit
4fcf0c81a3
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Restart Nagios server
|
||||
service: name=nagios3 state=restarted
|
||||
|
||||
- name: Reload Nagios server
|
||||
service: name=nagios3 state=reloaded
|
||||
|
Loading…
Reference in New Issue