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 1a87833..e7042f8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://drone.reslinger.net/api/badges/adrien/ansible-role-containerd/status.svg)](https://drone.reslinger.net/adrien/ansible-role-containerd) + # ansible-role-containerd Deploy containerd \ No newline at end of file diff --git a/meta/main.yml b/meta/main.yml index 68cb2ed..092fbd6 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,4 +1,16 @@ -#--- -#dependencies: -# - { role: yumrepo } -# - { role: yum } +galaxy_info: + author: Adrien Reslinger + description: Install ansible + company: Personnal + min_ansible_version: 2.9 + galaxy_tags: [] + license: GPL2 + platforms: + - name: CentOS + version: + - 7 + - 8 + - name: RedHat + version: + - 7 + - 8