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,003 B
1,003 B
— datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 dns_search1: "iad2.fedoraproject.org" dns_search2: "vpn.fedoraproject.org" dns_search3: "fedoraproject.org" eth0_ipv4: 10.3.163.77 eth0_ipv4_gw: 10.3.163.254 eth0_ipv4_nm: 24 freezes: true has_ipv4: yes ks_repo: http://10.3.163.35/pub/fedora/linux/releases/34/Server/x86_64/os/ ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora mac0: 52:54:00:04:49:7a network_connections:
-
autoconnect: yes ip: address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
dhcp4: no dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
- "{{ dns_search3 }}"
gateway4: "{{ eth0_ipv4_gw }}" mac: "{{ mac0 }}" name: eth0 state: up type: ethernet
nrpe_procs_crit: 1400 nrpe_procs_warn: 1200
sponsor: redhat vmhost: vmhost-x86-06.iad2.fedoraproject.org volgroup: /dev/vg_guests vpn: true