2024-06-20 08:16:56 +00:00
|
|
|
[Match]
|
|
|
|
Name=bgp-backup
|
|
|
|
|
|
|
|
[Network]
|
|
|
|
{% for host in groups['all'] -%}
|
|
|
|
{%- if host != inventory_hostname -%}
|
2024-06-20 09:56:10 +00:00
|
|
|
Address={{ hostvars[host]['bgp_ipv6'] }}/128
|
2024-06-20 08:16:56 +00:00
|
|
|
{% endif -%}
|
|
|
|
{% endfor %}
|