ansible-role-apache/lamp_haproxy/roles/common/handlers/main.yml

8 lines
165 B
YAML

---
# Handlers for common notifications
- name: restart ntp
service: name=ntpd state=restarted
- name: restart iptables
service: name=iptables state=restarted