Add a keepalived role.

This commit is contained in:
Kevin Fenzi 2015-01-14 21:29:18 +00:00
parent e47e727f69
commit 0ddf29358c
3 changed files with 52 additions and 0 deletions

View file

@ -147,3 +147,6 @@
- name: restart varnish
service: name=varnish state=restarted
- name: restart keepalived
service: name=keepalived state=restarted