Add drone file
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adrien Reslinger 2020-06-01 00:44:14 +02:00
parent dc7e50f4c1
commit a955bd2616
3 changed files with 30 additions and 4 deletions

12
.drone.yml Normal file
View 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"

View file

@ -1,3 +1,5 @@
[![Build Status](https://drone.reslinger.net/api/badges/adrien/ansible-role-kubernetes/status.svg)](https://drone.reslinger.net/adrien/ansible-role-kubernetes)
# ansible-role-kubernetes
Deploy kubernetes

View file

@ -1,4 +1,16 @@
#---
#dependencies:
# - { role: yumrepo }
# - { role: yum }
galaxy_info:
author: Adrien Reslinger
description: Install Kubernetes
company: Personnal
min_ansible_version: 2.9
galaxy_tags: []
license: GPL2
platforms:
- name: CentOS
version:
- 7
- 8
- name: RedHat
version:
- 7
- 8