Add drone files
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Adrien Reslinger 2022-07-23 00:34:32 +02:00
parent d1b56fab20
commit 70059e337f
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
2 changed files with 15 additions and 0 deletions

3
.drone.status Normal file
View file

@ -0,0 +1,3 @@
{
"url": "https://drone.reslinger.net/adrien/ansible-role-k8s-nextcloud/"
}

12
.drone.yml Normal file
View file

@ -0,0 +1,12 @@
---
kind: pipeline
type: kubernetes
name: default
steps:
- name: lint
image: quay.io/adrilinux/ansible:latest
commands:
- ansible-lint ./
# - "find . -maxdepth 1 -name '*.yml' | sort | grep -v '.drone.yml' | xargs ansible-playbook --syntax-check --list-tasks"
# - "find . -maxdepth 1 -name '*.yml' | sort | grep -v '.drone.yml' | xargs ansible-lint"