Compare commits

..

2 Commits

Author SHA1 Message Date
584ebe42e5 [EVO] Ajouter les scripts de notifications 2023-04-21 16:35:25 +02:00
4bc5f1e12a [EVO] Ajouter la gestion de l'unicast 2023-04-21 16:35:22 +02:00

View File

@ -42,7 +42,7 @@ vrrp_instance VIP_{{ keepalived_uid }} {
{% if keepalived_peers | length > 0 %}
unicast_peer {
{{ keepalived_peers | join('\n') | indent(width=4, indent=True) }}
{{ keepalived_peers | join('\n') | indent(width=4) }}
}
{% endif %}