NTP/ansible/files/bgp-backup.network
Frank Villaro-Dixon 97592a0975 fix /128
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-06-20 11:56:10 +02:00

10 lines
177 B
SYSTEMD

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