ansible/roles/haproxy/handlers/main.yml

18 lines
412 B
YAML
Raw Normal View History

2020-10-02 19:30:41 -05:00
---
- name: Reload s6-rc
service:
name: s6-rc
state: reloaded
- name: Restart HAProxy
command: s6-svc -wU -T 5000 -ru {{ s6_scan_dir }}/haproxy
2020-10-23 12:28:36 -05:00
- name: Restart HAProxy log
command: s6-svc -wU -T 5000 -ru {{ s6_scan_dir }}/haproxy-log
2020-10-02 19:30:41 -05:00
- name: Reload HAProxy
command: s6-svc -2 {{ s6_scan_dir }}/haproxy
2021-01-31 12:16:27 -06:00
- name: Restart acme-renew
command: s6-svc -wU -T 5000 -ru {{ s6_scan_dir }}/acme-renew