From 971af0a4b9a01b35d2d41673a70cd2d3e0c096ae Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 24 Mar 2024 19:23:11 +0100 Subject: Use directory-based approach letting me exclude sensitive parts --- host_vars/hetzner/public | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 host_vars/hetzner/public (limited to 'host_vars/hetzner/public') 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 -- cgit v1.2.3