From e6a7605aa0523abd5daa2f0e64d4a1a743a9351d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 11 Apr 2024 16:41:43 -0700 Subject: [PATCH] virthost-cc-rdu01: new machine Signed-off-by: Kevin Fenzi --- inventory/host_vars/virthost-cc-rdu01.fedoraproject.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }}'