virthost-cc-rdu01: new machine

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-04-11 16:41:43 -07:00
parent 5be2b62fcb
commit e6a7605aa0

View file

@ -1,18 +1,18 @@
---
br0_dev: eno1
br0_ipv4: 8.43.85.65
br0_dev: eth0
br0_ipv4_ip: 8.43.85.65
br0_ipv4_gw: 8.43.85.254
br0_ipv4_nm: 24
br0_port0_mac: '{{ mac0 }}'
datacenter: rdu-cc
dns1: 8.8.8.8
dns_search1: fedoraproject.org
mac0: ec:f4:bb:e1:6a:a4
mac0: c8:4b:d6:af:2f:ef
network_connections:
- autoconnect: true
ip:
address:
- '{{ br0_ipv4 }}/{{ br0_ipv4_nm }}'
- '{{ br0_ipv4_ip }}/{{ br0_ipv4_nm }}'
dhcp4: false
dns:
- '{{ dns1 }}'