项目作者: giovtorres

项目描述 :
Ansible Role - KVM
高级语言: Python
项目地址: git://github.com/giovtorres/ansible-role-kvm.git
创建时间: 2017-07-08T19:23:15Z
项目社区:https://github.com/giovtorres/ansible-role-kvm

开源协议:

下载


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:

  1. kvm_enable_libvirtd: yes

Suspend active libvirt guests on host shutdown:

  1. kvm_enable_libvirt_guests: yes

Enable Kernel same-page merging:

  1. kvm_enable_ksm: yes

Enable the NUMA, the automatic NUMA affinity management daemon:

  1. kvm_enable_numad: yes

Dependencies

None.

Example Playbook

  1. - hosts: servers
  2. roles:
  3. - giovtorres.kvm

License

BSD