2019-11-01 23:05:18 +01:00
|
|
|
---
|
2019-11-03 16:27:52 +01:00
|
|
|
# defaults file for tinc
|
|
|
|
|
tinc_base_dir: /etc/tinc
|
2025-12-20 21:01:23 +01:00
|
|
|
tinc_tmp_pubkey: "tmp/rsa_key-{{ ansible_facts['hostname'] | replace('-', '_') }}.pub"
|
2019-11-03 16:27:52 +01:00
|
|
|
|
|
|
|
|
# ID of the vpn to create
|
|
|
|
|
tinc_vpn_id: vpn0
|
|
|
|
|
|
|
|
|
|
# hostname of the always-on server
|
2020-07-18 23:41:21 +02:00
|
|
|
tinc_central_host: hetzner_01
|