From 6ac58851c2a6bdf75625a8ed13db24d06e79ae58 Mon Sep 17 00:00:00 2001 From: Adrien Date: Mon, 1 Jun 2020 00:57:41 +0200 Subject: [PATCH] Add drone file --- .drone.yml | 12 ++++++++++++ README.md | 4 +++- meta/main.yml | 16 ++++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 .drone.yml create mode 100644 meta/main.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..bafaab3 --- /dev/null +++ b/.drone.yml @@ -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" diff --git a/README.md b/README.md index bc61ee9..59f2685 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://drone.reslinger.net/api/badges/adrien/ansible-role-skype/status.svg)](https://drone.reslinger.net/adrien/ansible-role-skype) + # ansible-role-skype -Install skype via ansible \ No newline at end of file +Ansible role to install skype \ No newline at end of file diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..0a58e76 --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,16 @@ +galaxy_info: + author: Adrien Reslinger + description: Install skype + company: Personnal + min_ansible_version: 2.9 + galaxy_tags: [] + license: GPL2 + platforms: + - name: CentOS + version: + - 7 + - 8 + - name: RedHat + version: + - 7 + - 8