bvmhost-p09-04: fix network vars

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-04-25 17:46:08 -07:00
parent 5cf15304e0
commit fd005e711a

View file

@ -1,5 +1,5 @@
---
br0_ipv4: 10.3.171.18
br0_ipv4_ip: 10.3.171.18
br0_ipv4_gw: 10.3.171.254
br0_ipv4_nm: 24
br0_port0_mac: "{{ mac2 }}"
@ -16,7 +16,7 @@ network_connections:
- autoconnect: yes
ip:
address:
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
- "{{ br0_ipv4_ip }}/{{ br0_ipv4_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"