[CODE] add tasks
This commit is contained in:
parent
54cffa0cdc
commit
1900ac0301
11 changed files with 203 additions and 3 deletions
8
templates/tinc.conf.j2
Normal file
8
templates/tinc.conf.j2
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue