raspi: Enable IPv6 SLAAC
This commit is contained in:
parent
5c5826acb6
commit
96a8262bef
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue