aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/ha/handlers/main.yml
blob: a02c686bfde6eecc2421f0ed973064f658529d9a (plain)
1
2
3
4
5
6
7
8
9
---
- name: restart haproxy
  service: name=haproxy state=restarted enabled=yes

- name: restart xinetd
  service: name=xinetd state=restarted enabled=yes

- name: restart keepalived
  service: name=keepalived state=restarted enabled=yes