diff options
author | uvok cheetah | 2023-08-20 12:36:42 +0200 |
---|---|---|
committer | uvok cheetah | 2023-08-20 12:36:42 +0200 |
commit | 44bd2d5476d7b462a1b58dd2dd805ca761ee21a6 (patch) | |
tree | 0883f293dd6f0686bdea3d4ffb05bf134ec91697 /host_vars | |
parent | 2b2d2627e345ad2829184c009ad4ed827d39124f (diff) |
Add host-vars for tinc server
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/firstroot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host_vars/firstroot b/host_vars/firstroot new file mode 100644 index 0000000..5db10bc --- /dev/null +++ b/host_vars/firstroot @@ -0,0 +1,5 @@ +tinc: + configure: true + name: firstroot + connections: [hetzner, netcup] + address: fe80::10/64 |