summaryrefslogtreecommitdiffstats
path: root/compass/deploy/ansible/roles/ha/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'compass/deploy/ansible/roles/ha/handlers/main.yml')
-rw-r--r--compass/deploy/ansible/roles/ha/handlers/main.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/compass/deploy/ansible/roles/ha/handlers/main.yml b/compass/deploy/ansible/roles/ha/handlers/main.yml
deleted file mode 100644
index a02c686..0000000
--- a/compass/deploy/ansible/roles/ha/handlers/main.yml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-- 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