diff options
author | uvok cheetah | 2024-03-24 19:23:11 +0100 |
---|---|---|
committer | uvok cheetah | 2024-03-24 19:23:55 +0100 |
commit | 971af0a4b9a01b35d2d41673a70cd2d3e0c096ae (patch) | |
tree | da92299f76a021dc741bdf140635000eff43b63b /host_vars/hetzner/public | |
parent | 46cafb2f9ae259906affb14767d2f853dadd22be (diff) |
Use directory-based approach
letting me exclude sensitive parts
Diffstat (limited to 'host_vars/hetzner/public')
-rw-r--r-- | host_vars/hetzner/public | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/host_vars/hetzner/public b/host_vars/hetzner/public new file mode 100644 index 0000000..02b9c22 --- /dev/null +++ b/host_vars/hetzner/public @@ -0,0 +1,8 @@ +tinc: + configure: true + name: hetzner + connections: [netcup] + address: + - fe80::1/64 + - 10.2.0.1/24 + listen_on: any |