summaryrefslogtreecommitdiff
path: root/host_vars/firstroot/public
diff options
context:
space:
mode:
authoruvok cheetah2024-03-24 19:23:11 +0100
committeruvok cheetah2024-03-24 19:23:55 +0100
commit971af0a4b9a01b35d2d41673a70cd2d3e0c096ae (patch)
treeda92299f76a021dc741bdf140635000eff43b63b /host_vars/firstroot/public
parent46cafb2f9ae259906affb14767d2f853dadd22be (diff)
Use directory-based approach
letting me exclude sensitive parts
Diffstat (limited to 'host_vars/firstroot/public')
-rw-r--r--host_vars/firstroot/public11
1 files changed, 11 insertions, 0 deletions
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