buildhw-x86-01/05: fix dns search

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-09-19 15:33:10 -07:00
parent 184f308a43
commit b7d61b6a77
2 changed files with 6 additions and 0 deletions

View file

@ -15,6 +15,9 @@ network_connections:
dhcp4: no
dns:
- "{{ dns1 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
gateway4: "{{ eth0_ipv4_gw }}"
mac: "{{ mac0 }}"
name: eth0

View file

@ -17,6 +17,9 @@ network_connections:
dhcp4: no
dns:
- "{{ dns1 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
gateway4: "{{ eth0_ipv4_gw }}"
mac: "{{ mac0 }}"
name: eth0