Files
ansible-shared/web/haproxy/handlers/main.yml

10 lines
196 B
YAML

---
- name: restart haproxy
service: name=haproxy state=restarted
- name: reload haproxy
service: name=haproxy state=reloaded
- name: restart rsyslog
service: name=rsyslog state=restarted