This commit is contained in:
parent
4ae2a8641f
commit
5028b568eb
|
@ -1,11 +1,3 @@
|
|||
vrrp_sync_group VG_1 {
|
||||
group {
|
||||
VI_1
|
||||
}
|
||||
|
||||
{{ keepalived_notify }}
|
||||
}
|
||||
|
||||
vrrp_instance VI_1 {
|
||||
interface {{ keepalived_interface }}
|
||||
|
||||
|
@ -30,4 +22,6 @@ vrrp_instance VI_1 {
|
|||
auth_type PASS
|
||||
auth_pass {{ keepalived_password }}
|
||||
}
|
||||
|
||||
{{ keepalived_notify }}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue