Add tiny drone ansible-lint job
This commit is contained in:
parent
8c9ce3ded4
commit
b3aec0c01c
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: lint
|
||||||
|
image: alpine:latest
|
||||||
|
commands:
|
||||||
|
- apk add git ansible ansible-lint
|
||||||
|
- ansible-lint
|
@ -1,6 +1,8 @@
|
|||||||
Ansible (VM Host) Freifunk Regensburg
|
Ansible (VM Host) Freifunk Regensburg
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
[![Build Status](https://drone.binary-kitchen.de/api/badges/FF-RGB/vh-ansible/status.svg?ref=refs/heads/ci)](https://drone.binary-kitchen.de/FF-RGB/vh-ansible)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
The *only* supported distribution to deploy roles on is Proxmox 5.x.
|
The *only* supported distribution to deploy roles on is Proxmox 5.x.
|
||||||
|
Loading…
Reference in New Issue
Block a user