diff options
Diffstat (limited to 'compass/deploy/ansible/roles/ha/handlers/main.yml')
-rw-r--r-- | compass/deploy/ansible/roles/ha/handlers/main.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/compass/deploy/ansible/roles/ha/handlers/main.yml b/compass/deploy/ansible/roles/ha/handlers/main.yml new file mode 100644 index 000000000..a02c686bf --- /dev/null +++ b/compass/deploy/ansible/roles/ha/handlers/main.yml @@ -0,0 +1,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 |