storinator01: add mac addresses and fix ip var

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2026-01-19 12:44:01 -08:00
parent 8db612803a
commit bad6a2db89

View File

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