vmhost: PB to set up VM hosts
This commit is contained in:
13
group_vars/vm-hosts.yml
Normal file
13
group_vars/vm-hosts.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user