ansible-role-tinc/defaults/main.yml

11 lines
243 B
YAML
Raw Normal View History

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