[EVO] Ajouter la gestion de l'unicast

This commit is contained in:
2023-04-21 14:28:05 +02:00
parent 2ae07d3c35
commit 954528bd4d
3 changed files with 18 additions and 0 deletions

View File

@@ -40,6 +40,16 @@ vrrp_instance VIP_{{ keepalived_uid }} {
virtual_router_id {{ keepalived_uid }}
advert_int 1
{% if keepalived_peers | length > 0 %}
unicast_peer {
{% for peer in keepalived_peers %}
{% if peer != ansible_facts[keepalived_interface]['ipv4']['address'] %}
{{ peer }}
{% endif %}
{% endfor %}
}
{% endif %}
{% if keepalived_ipv4 | length > 0 %}
virtual_ipaddress {
{{ keepalived_ipv4 }} dev {{ keepalived_interface }} scope global