init
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user