[FUNC] Ajouter la gestion de l'unicast

This commit is contained in:
pulsar89.5 2023-04-21 14:28:05 +02:00
parent 2ae07d3c35
commit 471eac3f12

View File

@ -40,6 +40,12 @@ vrrp_instance VIP_{{ keepalived_uid }} {
virtual_router_id {{ keepalived_uid }}
advert_int 1
{% if keepalived_peers | length > 0 %}
unicast_peer {
{{ keepalived_peers | join('\n') }}
}
{% endif %}
{% if keepalived_ipv4 | length > 0 %}
virtual_ipaddress {
{{ keepalived_ipv4 }} dev {{ keepalived_interface }} scope global