summaryrefslogtreecommitdiffstats
path: root/roles/mtaserver/templates/network_table.j2
blob: 2475c21ff98ffde6b9778af9c04d2e82a67f4a26 (plain)
1
2
3
4
5
6
7
8
9
10
127.0.0.0/8 OK
::1 OK
{% for item in addresses %}
{{ item }} OK
{% endfor %}
{% if mtadomain is defined %}
{{ ansible_default_ipv4.address }} OK
{{ ansible_default_ipv6.address }} OK
{% endif %}