Revert "copr: ipv6.never-default yes"
This reverts commit 8f59bfd6cb
.
It was a bad idea. It won't be possible to curl the server via IPv6
This commit is contained in:
parent
8d70d287ca
commit
02130aed22
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
||||||
|
|
||||||
- name: setup ipv6 networking
|
- name: setup ipv6 networking
|
||||||
shell: |
|
shell: |
|
||||||
nmcli con modify 'cloud-init eth0' ipv6.method auto ipv6.may-fail yes ipv6.never-default yes ipv6.addresses '{{ aws_ipv6_addr }}'
|
nmcli con modify 'cloud-init eth0' ipv6.method auto ipv6.may-fail yes ipv6.never-default no ipv6.addresses '{{ aws_ipv6_addr }}'
|
||||||
nmcli con up 'cloud-init eth0'
|
nmcli con up 'cloud-init eth0'
|
||||||
when:
|
when:
|
||||||
- aws_ipv6_addr is defined
|
- aws_ipv6_addr is defined
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue