eae-adp-jump01: actually activate routing

Fixes: dbe8978987
This commit is contained in:
Gregor Michels 2022-11-10 02:23:54 +01:00
parent 82a50739b1
commit d780bdd4fb
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
- name: activate routing
blockinfile:
content: |
net.inet.ip.forwarding=0
net.inet6.ip6.forwarding=0
net.inet.ip.forwarding=1
net.inet6.ip6.forwarding=1
path: /etc/sysctl.conf
mode: 0600
create: yes