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 %}