ansible-playbooks/roles/static-ipv6/templates/10-ipv6-disable-ra.conf

6 lines
167 B
Plaintext

net.ipv6.conf.all.accept_ra = 0
net.ipv6.conf.default.accept_ra = 0
{% for interface in ansible_interfaces %}
net.ipv6.conf.{{ interface }}.accept_ra = 0
{% endfor %}