From bad6a2db897aea85e35b8b0fbe74101bb164cd6c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 19 Jan 2026 12:44:01 -0800 Subject: [PATCH] storinator01: add mac addresses and fix ip var Signed-off-by: Kevin Fenzi --- .../host_vars/storinator01.rdu3.fedoraproject.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inventory/host_vars/storinator01.rdu3.fedoraproject.org b/inventory/host_vars/storinator01.rdu3.fedoraproject.org index b7dfef446f..ee4fd64e86 100644 --- a/inventory/host_vars/storinator01.rdu3.fedoraproject.org +++ b/inventory/host_vars/storinator01.rdu3.fedoraproject.org @@ -10,10 +10,10 @@ br0_ipv4_nm: 24 freezes: false has_ipv4: true has_ipv6: false -mac0: ac:1f:6b:b0:6a:12 -mac1: ac:1f:6b:ac:67:ec -mac2: -mac3: +mac0: 00:25:90:bb:d1:a0 +mac1: 00:25:90:bb:d1:a1 +mac2: 0c:c4:7a:ea:9d:9c +mac3: 0c:c4:7a:ea:9d:9d network_connections: # Bridge profile - name: br0 @@ -23,7 +23,7 @@ network_connections: autoconnect: yes ip: address: - - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}" + - "{{ br0_ipv4_ip }}/{{ br0_ipv4_nm }}" dhcp4: no dns: - "{{ dns1 }}"