9 lines
280 B
Plaintext
9 lines
280 B
Plaintext
|
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
|