10 lines
173 B
SYSTEMD
10 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 %}
|