[keepalived] Don't hardcode proxies adm interface
parent
6b8c84257f
commit
22c22a3cb0
|
@ -20,7 +20,7 @@ vrrp_instance VI_DAUR4 {
|
|||
priority 100
|
||||
{% endif %}
|
||||
|
||||
interface eth1
|
||||
interface {{ keepalived.if_adm }}
|
||||
virtual_router_id 51
|
||||
advert_int 2
|
||||
authentication {
|
||||
|
@ -46,7 +46,7 @@ vrrp_instance VI_DAUR6 {
|
|||
priority 100
|
||||
{% endif %}
|
||||
|
||||
interface eth1
|
||||
interface {{ keepalived.if_adm }}
|
||||
virtual_router_id 51
|
||||
advert_int 2
|
||||
authentication {
|
||||
|
|
Loading…
Reference in New Issue