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

main.yml « handlers « common « roles « aws « lamp_haproxy - github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bca07370144ed2a49152a49f6d54800225af0f4c (plain)
1
2
3
4
5
6
7
8
---
# Handlers for common notifications

- name: restart ntp
  service: name=ntpd state=restarted

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