This commit is contained in:
Bertrand Gouny
2015-06-16 11:13:22 +02:00
parent 2df1fb5c42
commit 0d5963eb5e
7 changed files with 35 additions and 21 deletions
@@ -10,7 +10,9 @@ vrrp_instance vip-1 {
priority {{ keepalived_priority }}
nopreempt
unicast_peer {{ keepalived_unicast_peers }}
unicast_peer {
{{ keepalived_unicast_peers }}
}
virtual_ipaddress {
{{ keepalived_virtual_ips }}
@@ -20,7 +22,4 @@ vrrp_instance vip-1 {
auth_type PASS
auth_pass {{ keepalived_password }}
}
debug
}