Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
Frank Villaro-Dixon 2024-06-20 11:56:10 +02:00
parent 9cb8312232
commit 97592a0975

View file

@ -4,6 +4,6 @@ Name=bgp-backup
[Network]
{% for host in groups['all'] -%}
{%- if host != inventory_hostname -%}
Address={{ hostvars[host]['bgp_ipv6'] }}
Address={{ hostvars[host]['bgp_ipv6'] }}/128
{% endif -%}
{% endfor %}