14 lines
329 B
YAML
14 lines
329 B
YAML
libvirt_networks:
|
|
- name: prod
|
|
type: bridge
|
|
bridge_iface: br0
|
|
- name: test
|
|
type: bridge
|
|
bridge_iface: br1
|
|
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
|