Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.yml « handlers « nagios « roles « aws « lamp_haproxy - github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0d88755390983fc9ad8a9dad094910398b1fbe3 (plain)
1
2
3
4
5
6
7
---
# handlers for nagios
- name: restart httpd
  service: name=httpd state=restarted

- name: restart nagios
  service: name=nagios state=restarted