13 lines
354 B
Django/Jinja
13 lines
354 B
Django/Jinja
{{ ansible_header | comment }}
|
|
|
|
# Enable packet forwarding for IPv4
|
|
net.ipv4.ip_forward=1
|
|
|
|
# Enable packet forwarding for IPv6
|
|
# Enabling this option disables Stateless Address Autoconfiguration
|
|
# based on Router Advertisements for this host
|
|
net.ipv6.conf.all.forwarding=1
|
|
|
|
# Enable more routes for IPv6, default is 4096
|
|
net.ipv6.route.max_size=500000
|