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>
1.2 KiB
— datacenter: osuosl dns1: 8.8.8.8 dns2: 8.8.4.4 dns_search1: "vpn.fedoraproject.org" dns_search2: "fedoraproject.org" eth0_ipv4: 140.211.169.196 eth0_ipv4_gw: 140.211.169.193 eth0_ipv4_nm: 26 eth0_ipv6: "2605:bc80:3010:600:dead:beef:cafe:fed9" eth0_ipv6_gw: "2605:bc80:3010:600::1" eth0_ipv6_nm: 64 freezes: true has_ipv4: yes has_ipv6: yes ks_repo: http://38.145.60.16/pub/fedora/linux/releases/34/Server/x86_64/os/ ks_url: http://38.145.60.16/repo/rhel/ks/kvm-fedora mac0: 52:54:00:fd:23:7f max_mem_size: 20000 mem_size: 16384 network_connections:
-
autoconnect: yes ip: address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
- "{{ eth0_ipv6 }}/{{ eth0_ipv6_nm }}"
dhcp4: no dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
- 2001:4860:4860::8888
dns_search:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
gateway4: "{{ eth0_ipv4_gw }}" gateway6: "{{ eth0_ipv6_gw }}" mac: "{{ mac0 }}" name: eth0 type: ethernet
nrpe_procs_crit: 1400 nrpe_procs_warn: 1200 num_cpus: 8 postfix_group: vpn public_hostname: proxy06.fedoraproject.org
sponsor: osuosl vmhost: osuosl01.fedoraproject.org volgroup: /dev/vg_guests vpn: true