hypervisor refinement
This commit is contained in:
21
ansible/roles/hypervisor_old/defaults/main.yml
Normal file
21
ansible/roles/hypervisor_old/defaults/main.yml
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
libvirt_server_packages:
|
||||
- qemu-base
|
||||
- libvirt
|
||||
- bridge-utils
|
||||
- openbsd-netcat
|
||||
- edk2-ovmf
|
||||
- swtpm
|
||||
- libvirt-python
|
||||
- python-lxml
|
||||
|
||||
libvirt_zfs_pool_name: zfs
|
||||
libvirt_zfs_pool_path: ssd/vhds
|
||||
|
||||
libvirt_iso_pool_name: iso
|
||||
libvirt_iso_pool_path: /iso
|
||||
|
||||
libvirt_qcow_pool_name: qcow
|
||||
libvirt_qcow_pool_path: /qcow
|
||||
|
||||
libvirt_cluster_network_name: cluster
|
Reference in New Issue
Block a user