ansible-roles/haproxy/handlers/main.yml
Jérémy Lecour 999e98cc29 HAProxy: packages only
This is just the foundation of a much more customized HAProxy role.
It barely installs the package and provides handlers
2016-12-29 17:25:01 +01:00

11 lines
151 B
YAML

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