ansible-ffibk/roles/service-tinc/templates/tinc.conf.j2

13 lines
336 B
Plaintext
Raw Normal View History

2017-09-29 13:32:20 +02:00
Name = {{ icvpn.prefix }}{{ magic }}
PrivateKeyFile = /etc/tinc/{{ icvpn.interface }}/rsa_key.priv
Mode = Switch
PingTimeout = 30
Port = 10655
Hostnames = yes
GraphDumpFile = /etc/tinc/{{ icvpn.interface }}/topo.dot
Interface = {{ icvpn.interface }}
{% for metanode in metanodes.stdout_lines %}
ConnectTo = {{ metanode }}
{% endfor %}