Files
configpolicy/roles/vmhost/vars/main.yml
Dustin C. Hatch 3f9b8c1d9b r/vmhost: Install libvirt storage driver
The *libvirt-daemon-driver-storage-core* package provides the libvirt
plugin needed for storage management, e.g. `virsh blockresize`.
2021-11-06 18:10:32 -05:00

8 lines
168 B
YAML

vmhost_required_packages:
- libvirt-daemon-driver-network
- libvirt-daemon-driver-qemu
- libvirt-daemon-driver-storage-core
- python3-libvirt
- python3-lxml
- qemu-kvm