buildhw-x86-01/05: fix dns search
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
184f308a43
commit
b7d61b6a77
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue