vm-hosts: Add camera virtual network

The *camera* virtual network is needed for VMs (i.e. *nvr0*) to connect
directly to security cameras.
jenkins-master
Dustin 2021-10-10 12:39:06 -05:00
parent 4d5076ced9
commit f8f19405c7
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ libvirt_networks:
- name: test - name: test
type: bridge type: bridge
bridge_iface: br1 bridge_iface: br1
- name: camera
type: bridge
bridge_iface: camera
- name: mgmt - name: mgmt
type: bridge type: bridge
bridge_iface: mgmt bridge_iface: mgmt