This commit is contained in:
ofreax
2015-06-15 21:33:06 +02:00
parent ac8b946967
commit 2df1fb5c42
5 changed files with 24 additions and 18 deletions
@@ -1,19 +1,26 @@
vrrp_instance VI_1 {
vrrp_instance vip-1 {
interface {{ keepalived_interface }}
track_interface {
{{ keepalived_interface }}
}
state MASTER
virtual_router_id 51
priority {{ keepalived_priority }}
nopreempt
unicast_peer {
{{ peer_ip }}
}
unicast_peer {{ keepalived_unicast_peers }}
virtual_ipaddress {
{{ floating_ip }}
{{ keepalived_virtual_ips }}
}
authentication {
auth_type PASS
auth_pass {{ keepalived_password }}
}
debug
}