host vars: drop auto6: no from connection profiles

Turns out the current version of linux-system-roles network doesn't like
setting ipv6 no and setting search domains since NetworkManager wants to
set them for both ipv4 and ipv6. There's some upstream fix, but not in
our current version.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-11-17 19:33:50 -08:00
parent 235981089c
commit 7cb3fddb79
149 changed files with 0 additions and 158 deletions

View file

@ -26,7 +26,6 @@ network_connections:
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
auto6: no
dhcp4: no
dns:
- "{{ dns1 }}"