Compare commits
No commits in common. "d512b648a07ae756325412d3dd4be8e9e849d66d" and "9e2e9ac1cc791e7fc875276382fa4cbd4012ee4e" have entirely different histories.
d512b648a0
...
9e2e9ac1cc
52
.drone.yml
52
.drone.yml
@ -40,3 +40,55 @@ 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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# kvm
|
# kvm
|
||||||
|
|
||||||
[](https://drone.cryptic.systems/volker.raschek/kvm-role)
|
[](https://drone.cryptic.systems/volker.raschek/kvm-role)
|
||||||
[](https://galaxy.ansible.com/volker_raschek/kvm)
|
[](https://galaxy.ansible.com/volker_raschek/kvm_role)
|
||||||
|
|
||||||
With following role can be kvm installed and configured.
|
With following role can be kvm installed and configured.
|
||||||
|
|
||||||
|
@ -1,22 +1,19 @@
|
|||||||
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.9"
|
min_ansible_version: 2.1
|
||||||
platforms:
|
platforms:
|
||||||
- name: ArchLinux
|
- name: Archlinux
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- jammy
|
- 20.04
|
||||||
- bionic
|
- name: RockyLinux
|
||||||
- name: EL
|
|
||||||
versions:
|
versions:
|
||||||
- all
|
- 8.5
|
||||||
|
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- kvm
|
- kvm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user