https://github.com/giovtorres/ansible-role-kvm
Ansible Role - KVM
https://github.com/giovtorres/ansible-role-kvm
ansible hypervisor kvm libvirt role virtualization
Last synced: over 1 year ago
JSON representation
Ansible Role - KVM
- Host: GitHub
- URL: https://github.com/giovtorres/ansible-role-kvm
- Owner: giovtorres
- Created: 2017-07-08T19:23:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T18:24:53.000Z (about 7 years ago)
- Last Synced: 2025-01-11T12:45:51.169Z (over 1 year ago)
- Topics: ansible, hypervisor, kvm, libvirt, role, virtualization
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ansible Role: kvm
=================
[](https://travis-ci.org/giovtorres/ansible-role-kvm)
[](https://galaxy.ansible.com/giovtorres/kvm/)
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](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Virtualization_Deployment_and_Administration_Guide/sect-System_requirements-KVM_requirements.html) 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