feat: Manage ipforwarding

This commit is contained in:
2026-09-17 11:57:38 +02:00
parent 1982bb584d
commit 4b6c7219aa
4 changed files with 27 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# {{ ansible_managed }}
net.ipv4.conf.all.forwarding = 1
net.ipv6.conf.all.forwarding = 1