ansible/roles/haproxy/handlers/main.yaml

19 lines
291 B
YAML

---
- name: restart haproxy
systemd:
name: haproxy
state: restarted
- name: reload haproxy
systemd:
name: haproxy
state: reloaded
- name: reload systemd config
systemd:
state: daemon-reload
- name: update certs
command: /usr/local/bin/update_haproxy_certs.sh