ansible-role-tinc/templates/tinc.conf.j2

9 lines
280 B
Plaintext
Raw Normal View History

2019-11-03 15:27:52 +00:00
Name = {{ ansible_hostname }}
{% if (override_os_family is defined) | ternary(override_os_family,ansible_os_family) != 'Darwin' %}
Device = /dev/net/tun
{% endif %}
{% if ansible_hostname != tinc_central_host %}
ConnectTo = {{ tinc_central_host }}
{% endif %}
AddressFamily = any