copr: ipv6.never-default yes
Don't use IPv6 gateway. It breaks OpenID login for us https://github.com/fedora-copr/copr/issues/2418 https://pagure.io/fedora-infrastructure/issue/11025
This commit is contained in:
parent
dfa13ef9c7
commit
8f59bfd6cb
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
|
||||
- name: setup ipv6 networking
|
||||
shell: |
|
||||
nmcli con modify 'cloud-init eth0' ipv6.method auto ipv6.may-fail yes ipv6.never-default no ipv6.addresses '{{ aws_ipv6_addr }}'
|
||||
nmcli con modify 'cloud-init eth0' ipv6.method auto ipv6.may-fail yes ipv6.never-default yes ipv6.addresses '{{ aws_ipv6_addr }}'
|
||||
nmcli con up 'cloud-init eth0'
|
||||
when:
|
||||
- aws_ipv6_addr is defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue