ansible/roles/ip_forward/templates/10-forward.conf.j2

9 lines
168 B
Text
Raw Normal View History

2023-03-27 11:56:17 +02:00
{{ 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