You've already forked ansible-role-kvm
Compare commits
1 Commits
master
...
2ce2b10428
Author | SHA1 | Date | |
---|---|---|---|
2ce2b10428
|
@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v25.8.2
|
||||
uses: ansible/ansible-lint@v25.4.0
|
||||
with:
|
||||
args: "--config-file .ansible-lint"
|
||||
setup_python: "true"
|
||||
|
@ -12,7 +12,7 @@ jobs:
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.3.0
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||
with:
|
||||
globs: '**/*.md'
|
||||
|
@ -1,5 +1,6 @@
|
||||
# kvm
|
||||
|
||||
[](https://drone.cryptic.systems/volker.raschek/kvm-role)
|
||||
[](https://galaxy.ansible.com/volker_raschek/kvm)
|
||||
|
||||
With following role can be kvm installed and configured.
|
||||
|
@ -1,25 +1,26 @@
|
||||
dependencies: []
|
||||
galaxy_info:
|
||||
namespace: volker_raschek
|
||||
role_name: kvm
|
||||
author: Markus Pesch
|
||||
company: Cryptic Systems
|
||||
description: Role to install and configure kvm on different distributions
|
||||
company: Cryptic Systems
|
||||
license: MIT
|
||||
min_ansible_version: "2.9"
|
||||
platforms:
|
||||
- name: "ArchLinux"
|
||||
versions:
|
||||
- all
|
||||
- name: "Ubuntu"
|
||||
versions:
|
||||
- jammy
|
||||
- bionic
|
||||
- name: "EL"
|
||||
versions:
|
||||
- all
|
||||
|
||||
|
||||
galaxy_tags:
|
||||
- kvm
|
||||
- virtualization
|
||||
license: MIT
|
||||
min_ansible_version: "2.9"
|
||||
namespace: volker-raschek
|
||||
platforms:
|
||||
- name: ArchLinux
|
||||
versions:
|
||||
- all
|
||||
- name: EL
|
||||
versions:
|
||||
- all
|
||||
- name: Fedora
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
role_name: kvm
|
||||
|
||||
dependencies: []
|
||||
|
Reference in New Issue
Block a user