1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_versioncheck.git synced 2024-08-07 04:12:45 +02:00

update travis test (and DOCS)

This commit is contained in:
L3D 2020-01-15 23:55:28 +01:00
parent c99980806e
commit 659d91d001
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,5 @@
---
- name: secure access to toolbox gateway
- name: check if ansible is not to old
hosts: localhost
tags:
- default

View file

@ -21,7 +21,7 @@ install:
- pip install tox-travis
env:
jobs:
- TOX_DISTRO=archlinuxlatest TOX_ANSIBLE=latest
- TOX_DISTRO=archlinuxlatest TOX_ANSIBLE=latest
- TOX_DISTRO=alpinelatest TOX_ANSIBLE=latest
- TOX_DISTRO=alpine310 TOX_ANSIBLE=latest
- TOX_DISTRO=alpine39 TOX_ANSIBLE=latest

View file

@ -38,7 +38,7 @@ git clone https://github.com/chaos-bodensee/role-ansible_version.git roles/ansib
Your Playbook could look like this:
```ini
---
- name: secure access to toolbox gateway
- name: check if ansible is not to old
hosts: localhost
tags:
- 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).
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.*