roles/nagios-server: add the handlers.

This commit is contained in:
Andrea Dell'Amico 2015-07-08 18:44:39 +02:00
parent 50ec72e142
commit 4fcf0c81a3
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
- name: Restart Nagios server
service: name=nagios3 state=restarted
- name: Reload Nagios server
service: name=nagios3 state=reloaded