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 | 11 ----------- host_vars/firstroot/public | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 host_vars/firstroot create mode 100644 host_vars/firstroot/public (limited to 'host_vars/firstroot') diff --git a/host_vars/firstroot b/host_vars/firstroot deleted file mode 100644 index 7bec76d..0000000 --- a/host_vars/firstroot +++ /dev/null @@ -1,11 +0,0 @@ -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 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