Start playbooks with nrpe role
This commit is contained in:
parent
0083c6ec17
commit
3bcffbe251
9 changed files with 191 additions and 0 deletions
3
playbooks/roles/nrpe/handlers/main.yml
Normal file
3
playbooks/roles/nrpe/handlers/main.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
- name: restart nagios-nrpe-server
|
||||
service: name=nagios-nrpe-server state=restarted
|
||||
Reference in a new issue