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/firstroot/public | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 host_vars/firstroot/public (limited to 'host_vars/firstroot/public') diff --git a/host_vars/firstroot/public b/host_vars/firstroot/public new file mode 100644 index 0000000..7bec76d --- /dev/null +++ b/host_vars/firstroot/public @@ -0,0 +1,11 @@ +tinc: + configure: true + name: firstroot + connections: [hetzner] + address: + - fe80::10/64 + - 10.2.0.10/24 + listen_on: any + extra_up: + - sysctl -w net.ipv4.conf.${INTERFACE}.forwarding=1 + - sysctl -w net.ipv6.conf.${INTERFACE}.forwarding=1 -- cgit v1.2.3