This commit is contained in:
parent
5d408be2d1
commit
2b8a7ecfb6
3 changed files with 19 additions and 1 deletions
12
.drone.yml
Normal file
12
.drone.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
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"
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
[](https://drone.reslinger.net/adrien/ansible-role-k8s-weave)
|
||||
|
||||
# Deploy Weave stack in kubernetes cluster with ansible
|
||||
|
||||
This repo is deploy weave scope with ansible.
|
||||
|
|
|
|||
|
|
@ -4,4 +4,8 @@ galaxy_info:
|
|||
company: Flaminem
|
||||
min_ansible_version: 2.6
|
||||
galaxy_tags: []
|
||||
|
||||
license: GPL2
|
||||
platforms:
|
||||
- name: kubernetes
|
||||
version:
|
||||
- all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue