raspi: Enable IPv6 SLAAC

This commit is contained in:
polyfloyd 2020-09-05 14:27:04 +02:00
parent 5c5826acb6
commit 96a8262bef

View file

@ -37,3 +37,10 @@
command: dphys-swapfile uninstall
args:
removes: /var/swap
- name: Enable IPv6 SLAAC
lineinfile:
path: /etc/dhcpcd.conf
line: "slaac hwaddr # Managed by Ansible"
regexp: "^#?slaac"
notify: reboot