ansible-ffibk/roles/service-bird/templates/mwu_ipv4_peers.conf.j2

13 lines
238 B
Plaintext
Raw Normal View History

2017-09-10 23:56:34 +02:00
#
# {{ ansible_managed }}
#
{% for item, value in bgp_mwu_servers.iteritems() %}
{% if item != inventory_hostname_short %}
protocol bgp mwu_{{ item }} from ibgp_mwu {
neighbor {{ value.ipv4 }} as mwu_as;
};
{% endif %}
{% endfor %}