osuosl guests: set dns to dns1 for virt-installs

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-05-18 09:51:41 -07:00
parent b9ec14ad00
commit c5dd13f603
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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