Compare commits

..

2 Commits

Author SHA1 Message Date
d512b648a0
fix(ci): replace git repository with gitea instead of drone
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-27 19:48:27 +02:00
61a4b4f04b
fix: meta information 2022-04-27 19:47:47 +02:00
3 changed files with 9 additions and 58 deletions

View File

@ -40,55 +40,3 @@ trigger:
event: event:
exclude: exclude:
- tag - tag
---
kind: pipeline
type: kubernetes
name: sync
platform:
os: linux
arch: amd64
steps:
- name: github
image: docker.io/appleboy/drone-git-push:latest
resources:
limits:
cpu: 50
memory: 25M
settings:
branch: master
remote: ssh://git@github.com/volker-raschek/kvm-role.git
force: true
ssh_key:
from_secret: ssh_key
- name: email-notification
environment:
PLUGIN_HOST:
from_secret: smtp_host
PLUGIN_USERNAME:
from_secret: smtp_username
PLUGIN_PASSWORD:
from_secret: smtp_password
PLUGIN_FROM:
from_secret: smtp_mail_address
image: docker.io/drillster/drone-email:latest
resources:
limits:
cpu: 50
memory: 25M
when:
status:
- changed
- failure
trigger:
branch:
- master
event:
- cron
- push
repo:
- volker.raschek/kvm-role

View File

@ -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.

View File

@ -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