[keepalived] Don't hardcode proxies adm interface

certbot_on_virtu
_benjamin 2020-05-02 13:19:16 +02:00
parent 6b8c84257f
commit 22c22a3cb0
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 {