NTP/ansible/files/bgp-backup.network

10 lines
177 B
SYSTEMD
Raw Permalink Normal View History

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