vm-hosts: Add mgmt and hass libvirt networks
parent
728657fdd5
commit
066bc807bd
|
@ -5,6 +5,12 @@ libvirt_networks:
|
||||||
- name: test
|
- name: test
|
||||||
type: bridge
|
type: bridge
|
||||||
bridge_iface: br1
|
bridge_iface: br1
|
||||||
|
- name: hass
|
||||||
|
type: bridge
|
||||||
|
bridge_iface: hass
|
||||||
|
- name: mgmt
|
||||||
|
type: bridge
|
||||||
|
bridge_iface: mgmt
|
||||||
storage_host: storage0.pyrocufflink.blue
|
storage_host: storage0.pyrocufflink.blue
|
||||||
mount_shared_volumes:
|
mount_shared_volumes:
|
||||||
- mountpoint: /var/lib/libvirt/images
|
- mountpoint: /var/lib/libvirt/images
|
||||||
|
|
Loading…
Reference in New Issue