define a br0_port0_mac so that system will function
This commit is contained in:
parent
da6d7eb9b5
commit
abe96d97b2
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,8 @@ mac3: "b4:96:91:63:3b:9d"
|
||||||
mac4: "b4:96:91:63:3b:9e"
|
mac4: "b4:96:91:63:3b:9e"
|
||||||
mac5: "b4:96:91:63:3b:9f"
|
mac5: "b4:96:91:63:3b:9f"
|
||||||
|
|
||||||
|
br0_port0_mac: "{{ mac0 }}"
|
||||||
|
|
||||||
network_connections:
|
network_connections:
|
||||||
- name: br0
|
- name: br0
|
||||||
state: up
|
state: up
|
||||||
|
@ -53,3 +55,4 @@ network_connections:
|
||||||
type: ethernet
|
type: ethernet
|
||||||
master: br0
|
master: br0
|
||||||
mac: "{{ br0_port0_mac }}"
|
mac: "{{ br0_port0_mac }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue