Files
haproxy/handlers/main.yml
Ludovic Cartier 55c5833ad4 initial commit
2024-12-20 17:15:44 +01:00

11 lines
167 B
YAML

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