vm-hosts: Add mgmt and hass libvirt networks

jenkins-master
Dustin 2019-03-22 09:20:47 -05:00
parent 728657fdd5
commit 066bc807bd
1 changed files with 6 additions and 0 deletions

View File

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