Installs the KVM hypervisor and additional virtualization packages. Supported on EL7.
The CPU on the server must have support for hardware virtualization extensions. See here for more information.
Enable the libvirtd management daemon:
kvm_enable_libvirtd: yes
Suspend active libvirt guests on host shutdown:
kvm_enable_libvirt_guests: yes
Enable Kernel same-page merging:
kvm_enable_ksm: yes
Enable the NUMA, the automatic NUMA affinity management daemon:
kvm_enable_numad: yes
None.
- hosts: servers
roles:
- giovtorres.kvm
BSD