mirror of
https://github.com/roles-ansible/ansible_role_versioncheck.git
synced 2024-08-16 15:59:49 +02:00
update travis test (and DOCS)
This commit is contained in:
parent
c99980806e
commit
659d91d001
3 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: secure access to toolbox gateway
|
- name: check if ansible is not to old
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
tags:
|
tags:
|
||||||
- default
|
- default
|
||||||
|
|
|
@ -21,7 +21,7 @@ install:
|
||||||
- pip install tox-travis
|
- pip install tox-travis
|
||||||
env:
|
env:
|
||||||
jobs:
|
jobs:
|
||||||
- TOX_DISTRO=archlinuxlatest TOX_ANSIBLE=latest
|
- TOX_DISTRO=archlinuxlatest TOX_ANSIBLE=latest
|
||||||
- TOX_DISTRO=alpinelatest TOX_ANSIBLE=latest
|
- TOX_DISTRO=alpinelatest TOX_ANSIBLE=latest
|
||||||
- TOX_DISTRO=alpine310 TOX_ANSIBLE=latest
|
- TOX_DISTRO=alpine310 TOX_ANSIBLE=latest
|
||||||
- TOX_DISTRO=alpine39 TOX_ANSIBLE=latest
|
- TOX_DISTRO=alpine39 TOX_ANSIBLE=latest
|
||||||
|
|
|
@ -38,7 +38,7 @@ git clone https://github.com/chaos-bodensee/role-ansible_version.git roles/ansib
|
||||||
Your Playbook could look like this:
|
Your Playbook could look like this:
|
||||||
```ini
|
```ini
|
||||||
---
|
---
|
||||||
- name: secure access to toolbox gateway
|
- name: check if ansible is not to old
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
tags:
|
tags:
|
||||||
- default
|
- default
|
||||||
|
@ -57,3 +57,7 @@ For possible modifications please have a look into the ``default`` Folder!
|
||||||
This role is developed on [github](https://github.com/chaos-bodensee/role-ansible_version.git).
|
This role is developed on [github](https://github.com/chaos-bodensee/role-ansible_version.git).
|
||||||
Feel free to add any Issues or PullRequests there. Thanks <3
|
Feel free to add any Issues or PullRequests there. Thanks <3
|
||||||
|
|
||||||
|
|
||||||
|
### Testing
|
||||||
|
|
||||||
|
*This role is tested via travis-ci and docker. To test this role manual simply execute the ``.ansible-test.yml`` playbook inside this role.*
|
||||||
|
|
Loading…
Reference in a new issue