9 lines
168 B
Text
9 lines
168 B
Text
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
# Enable IPv4 forwarding
|
||
|
net.ipv4.ip_forward=1
|
||
|
net.ipv4.conf.all.forwarding=1
|
||
|
|
||
|
# Enable IPv6 forwarding
|
||
|
net.ipv6.conf.all.forwarding=1
|