You've already forked ansible-role-kvm
This commit is contained in:
22
meta/main.yml
Normal file
22
meta/main.yml
Normal file
@ -0,0 +1,22 @@
|
||||
galaxy_info:
|
||||
author: Markus Pesch
|
||||
description: Role to install and configure kvm on different distributions
|
||||
company: Cryptic Systems
|
||||
license: MIT
|
||||
min_ansible_version: 2.1
|
||||
platforms:
|
||||
- name: Archlinux
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- 20.04
|
||||
- name: RockyLinux
|
||||
versions:
|
||||
- 8.5
|
||||
|
||||
galaxy_tags:
|
||||
- kvm
|
||||
- virtualization
|
||||
|
||||
dependencies: []
|
Reference in New Issue
Block a user