Compare commits

..

1 Commits

Author SHA1 Message Date
2ce2b10428 chore(deps): update davidanson/markdownlint-cli2-action action to v20
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 14s
Lint Markdown files / markdown-lint (push) Successful in 4s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Ansible Linter / ansible-lint (pull_request) Successful in 1m10s
2025-05-15 07:01:33 +00:00
4 changed files with 23 additions and 21 deletions

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run ansible-lint - name: Run ansible-lint
uses: ansible/ansible-lint@v25.8.2 uses: ansible/ansible-lint@v25.4.0
with: with:
args: "--config-file .ansible-lint" args: "--config-file .ansible-lint"
setup_python: "true" setup_python: "true"

View File

@ -12,7 +12,7 @@ jobs:
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.3.0 - uses: actions/checkout@v4.2.2
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0 - uses: DavidAnson/markdownlint-cli2-action@v20.0.0
with: with:
globs: '**/*.md' globs: '**/*.md'

View File

@ -1,5 +1,6 @@
# kvm # kvm
[![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) [![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.

View File

@ -1,25 +1,26 @@
dependencies: []
galaxy_info: galaxy_info:
namespace: volker_raschek
role_name: kvm
author: Markus Pesch author: Markus Pesch
company: Cryptic Systems
description: Role to install and configure kvm on different distributions 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: galaxy_tags:
- kvm - kvm
- virtualization - virtualization
license: MIT
min_ansible_version: "2.9" dependencies: []
namespace: volker-raschek
platforms:
- name: ArchLinux
versions:
- all
- name: EL
versions:
- all
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- all
role_name: kvm