10 lines
252 B
YAML
10 lines
252 B
YAML
---
|
|
# defaults file for tinc
|
|
tinc_base_dir: /etc/tinc
|
|
tinc_tmp_pubkey: "tmp/rsa_key-{{ ansible_facts['hostname'] | replace('-', '_') }}.pub"
|
|
|
|
# ID of the vpn to create
|
|
tinc_vpn_id: vpn0
|
|
|
|
# hostname of the always-on server
|
|
tinc_central_host: hetzner_01
|