NTP/ansible/files/bgp-backup.network
Frank Villaro-Dixon fc5f88719c BGP announces
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-06-20 10:16:56 +02:00

9 lines
173 B
SYSTEMD

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