From b3aec0c01c7c6291f0ecd21e9a4b8b3fbeaf940d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Jonas=20S=C3=A4mann?= Date: Mon, 8 Jun 2020 04:42:56 +0200 Subject: [PATCH] Add tiny drone ansible-lint job --- .drone.yml | 10 ++++++++++ README.md | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..be05494 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +--- +kind: pipeline +type: docker + +steps: +- name: lint + image: alpine:latest + commands: + - apk add git ansible ansible-lint + - ansible-lint diff --git a/README.md b/README.md index da75241..438c6e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ 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 The *only* supported distribution to deploy roles on is Proxmox 5.x.