ansible/roles/haproxy/handlers/main.yaml

18 lines
286 B
YAML

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