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
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
- name: test-debian7
|
- name: test-debian10
|
||||||
image: lerentis/ansible:debian-7
|
image: lerentis/ansible:debian-10
|
||||||
commands:
|
commands:
|
||||||
- ansible-galaxy collection install community.general
|
- 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 --syntax-check
|
||||||
@ -128,6 +128,15 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- "prepare_workspace"
|
- "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
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
|
@ -5,6 +5,11 @@ Verify
|
|||||||
|
|
||||||
This role will only be used to verify some assumptions and drifts on a host.
|
This role will only be used to verify some assumptions and drifts on a host.
|
||||||
|
|
||||||
|
Dependencies
|
||||||
|
------------
|
||||||
|
|
||||||
|
ansible-galaxy collection install community.general
|
||||||
|
|
||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
@ -9,12 +9,12 @@ galaxy_info:
|
|||||||
platforms:
|
platforms:
|
||||||
- name: CentOS
|
- name: CentOS
|
||||||
versions:
|
versions:
|
||||||
- 7
|
- 8
|
||||||
- 9
|
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
- 10
|
- 10
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
version:
|
version:
|
||||||
|
- 16.04
|
||||||
- 18.04
|
- 18.04
|
||||||
- 20.04
|
- 20.04
|
Loading…
Reference in New Issue
Block a user