clarified support and testing
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
3e016598b3
commit
14df5f1c8a
13
.drone.yml
13
.drone.yml
@ -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
|
||||
|
@ -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
|
||||
----------------
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user