11 lines
234 B
Text
11 lines
234 B
Text
|
also-notify {
|
||
|
{% for host in ansible_play_hosts %}
|
||
|
{% if host != inventory_hostname %}
|
||
|
{{ hostvars[host].unicastv6 }};
|
||
|
{% endif %}
|
||
|
{% endfor %}
|
||
|
{# TODO: remove these #}
|
||
|
fd32:6b0:70a6:53::1;
|
||
|
fd32:6b0:70a6:53::2;
|
||
|
fd32:6b0:70a6:53::3;
|
||
|
};
|