configpolicy/group_vars/vm-hosts.yml

20 lines
427 B
YAML

libvirt_networks:
- name: prod
type: bridge
bridge_iface: br0
- name: test
type: bridge
bridge_iface: br1
- name: hass
type: bridge
bridge_iface: hass
- name: mgmt
type: bridge
bridge_iface: mgmt
storage_host: storage0.pyrocufflink.blue
mount_shared_volumes:
- mountpoint: /var/lib/libvirt/images
host: '[{{ lookup("dig", storage_host, "qtype=AAAA") }}]'
share: /volume1/VirtualMachines
opts: vers=4,intr