Add drone files
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
d1b56fab20
commit
70059e337f
2 changed files with 15 additions and 0 deletions
3
.drone.status
Normal file
3
.drone.status
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"url": "https://drone.reslinger.net/adrien/ansible-role-k8s-nextcloud/"
|
||||
}
|
||||
12
.drone.yml
Normal file
12
.drone.yml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue