summaryrefslogtreecommitdiff
path: root/host_vars/firstroot/public
diff options
context:
space:
mode:
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