clarified support and testing
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Tobias Trabelsi 2021-10-05 22:05:21 +02:00
parent 3e016598b3
commit 14df5f1c8a
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
3 changed files with 18 additions and 4 deletions

View File

@ -23,8 +23,8 @@ steps:
- push
- pull_request
- name: test-debian7
image: lerentis/ansible:debian-7
- name: test-debian10
image: lerentis/ansible:debian-10
commands:
- ansible-galaxy collection install community.general
- ansible-playbook -i tests/inventory tests/test-playbook.yml --syntax-check
@ -128,6 +128,15 @@ steps:
depends_on:
- "prepare_workspace"
- name: test-centos8
image: lerentis/ansible:centos-8
commands:
- ansible-galaxy collection install community.general
- ansible-playbook -i tests/inventory tests/test-playbook.yml --syntax-check
- ansible-playbook -i tests/inventory tests/test-playbook.yml -e "ci_run=yes" --skip-tags "daemon"
depends_on:
- "prepare_workspace"
---
kind: pipeline
type: kubernetes

View File

@ -5,6 +5,11 @@ Verify
This role will only be used to verify some assumptions and drifts on a host.
Dependencies
------------
ansible-galaxy collection install community.general
Example Playbook
----------------

View File

@ -9,12 +9,12 @@ galaxy_info:
platforms:
- name: CentOS
versions:
- 7
- 9
- 8
- name: Debian
versions:
- 10
- name: Ubuntu
version:
- 16.04
- 18.04
- 20.04