osuosl guests: set dns to dns1 for virt-installs
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b9ec14ad00
commit
c5dd13f603
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
datacenter: osuosl
|
||||
dns1: 8.8.8.8
|
||||
dns: "{{ dns1 }}"
|
||||
dns2: 8.8.4.4
|
||||
eth0_ipv4_gw: 140.211.169.193
|
||||
eth0_ipv4_ip: 140.211.169.205
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
datacenter: osuosl
|
||||
dns1: 8.8.8.8
|
||||
dns: "{{ dns1 }}"
|
||||
dns2: 8.8.4.4
|
||||
eth0_ipv4_gw: 140.211.169.193
|
||||
eth0_ipv4_ip: 140.211.169.201
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue