The *vmhost* role installs and configures the libvirt daemon to host QEMU/KVM virtual machines.
6 lines
99 B
YAML
6 lines
99 B
YAML
vmhost_required_packages:
|
|
- libvirt-daemon-driver-qemu
|
|
- python3-libvirt
|
|
- python3-lxml
|
|
- qemu-kvm
|