mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-11 04:10:17 +01:00
9 lines
156 B
YAML
9 lines
156 B
YAML
---
|
|
# Handlers for HAproxy
|
|
|
|
- name: restart haproxy
|
|
service: name=haproxy state=restarted
|
|
|
|
- name: reload haproxy
|
|
service: name=haproxy state=reloaded
|
|
|