diff --git a/inventory/host_vars/virthost-cc-rdu01.fedoraproject.org b/inventory/host_vars/virthost-cc-rdu01.fedoraproject.org index 17c24c9905..66e9efb2bd 100644 --- a/inventory/host_vars/virthost-cc-rdu01.fedoraproject.org +++ b/inventory/host_vars/virthost-cc-rdu01.fedoraproject.org @@ -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 }}'