Skip to content

giovtorres/ansible-role-kvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: kvm

Build Status Ansible Role

Installs the KVM hypervisor and additional virtualization packages. Supported on EL7.

Requirements

The CPU on the server must have support for hardware virtualization extensions. See here for more information.

Role Variables

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

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
     - giovtorres.kvm

License

BSD

Releases

No releases published

Packages

No packages published

Languages