fix: meta information
This commit is contained in:
parent
9e2e9ac1cc
commit
61a4b4f04b
@ -1,7 +1,7 @@
|
|||||||
# kvm
|
# kvm
|
||||||
|
|
||||||
[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/kvm-role/status.svg)](https://drone.cryptic.systems/volker.raschek/kvm-role)
|
[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/kvm-role/status.svg)](https://drone.cryptic.systems/volker.raschek/kvm-role)
|
||||||
[![Ansible Role](https://img.shields.io/ansible/role/d/58218)](https://galaxy.ansible.com/volker_raschek/kvm_role)
|
[![Ansible Role](https://img.shields.io/ansible/role/d/58218)](https://galaxy.ansible.com/volker_raschek/kvm)
|
||||||
|
|
||||||
With following role can be kvm installed and configured.
|
With following role can be kvm installed and configured.
|
||||||
|
|
||||||
|
@ -1,19 +1,22 @@
|
|||||||
galaxy_info:
|
galaxy_info:
|
||||||
|
role_name: kvm
|
||||||
author: Markus Pesch
|
author: Markus Pesch
|
||||||
description: Role to install and configure kvm on different distributions
|
description: Role to install and configure kvm on different distributions
|
||||||
company: Cryptic Systems
|
company: Cryptic Systems
|
||||||
license: MIT
|
license: MIT
|
||||||
min_ansible_version: 2.1
|
min_ansible_version: "2.9"
|
||||||
platforms:
|
platforms:
|
||||||
- name: Archlinux
|
- name: ArchLinux
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- 20.04
|
- jammy
|
||||||
- name: RockyLinux
|
- bionic
|
||||||
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
- 8.5
|
- all
|
||||||
|
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- kvm
|
- kvm
|
||||||
|
Loading…
Reference in New Issue
Block a user