[keepalived] Don't hardcode proxies adm interface

certbot_on_virtu
_benjamin 2020-05-02 13:19:16 +02:00 committed by Bombar Maxime
parent 07a5be28d2
commit 4967a52946
1 changed files with 2 additions and 2 deletions

View File

@ -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 {