c2771d7c0e
Configures a host as a Libvirt/KVM hypervisor. It can also create pools and networks
20 lines
330 B
YAML
20 lines
330 B
YAML
---
|
|
galaxy_info:
|
|
author: Mark Goddard
|
|
description: >
|
|
Role to install and configure a host as a Libvirt/KVM hypervisor
|
|
company: StackHPC Ltd
|
|
license: Apache2
|
|
min_ansible_version: 2.0
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
galaxy_tags:
|
|
- cloud
|
|
- kvm
|
|
- libvirt
|
|
- vm
|
|
|
|
dependencies: []
|