NTP server {{ ansible_hostname }}
Default ip: {{bgp_ipv6}}
Backup ips:
{% for host in groups['all'] -%} {%- if host != inventory_hostname -%}
{{ hostvars[host]['bgp_ipv6'] }} ({{ host }})
{% endif -%} {% endfor %}