CSC Ansible Playbooks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-playbooks/roles/static-ipv6/templates/10-ipv6-disable-ra.conf

6 lines
167 B

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