define a br0_port0_mac so that system will function

This commit is contained in:
Stephen Smoogen 2021-02-16 16:34:10 -05:00
parent da6d7eb9b5
commit abe96d97b2

View file

@ -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 }}"