From abe96d97b2e42133591d2c0cdbb2327acd4d7f4c Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Feb 16 2021 21:34:10 +0000 Subject: define a br0_port0_mac so that system will function --- diff --git a/inventory/host_vars/vmhost-x86-copr02.rdu-cc.fedoraproject.org b/inventory/host_vars/vmhost-x86-copr02.rdu-cc.fedoraproject.org index d19b108..98b1249 100644 --- a/inventory/host_vars/vmhost-x86-copr02.rdu-cc.fedoraproject.org +++ b/inventory/host_vars/vmhost-x86-copr02.rdu-cc.fedoraproject.org @@ -27,6 +27,8 @@ mac3: "b4:96:91:63:3b:9d" mac4: "b4:96:91:63:3b:9e" mac5: "b4:96:91:63:3b:9f" +br0_port0_mac: "{{ mac0 }}" + network_connections: - name: br0 state: up @@ -53,3 +55,4 @@ network_connections: type: ethernet master: br0 mac: "{{ br0_port0_mac }}" +