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
|
||||
tags:
|
||||
- default
|
||||
|
|
|
@ -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.*
|
||||
|
|
Loading…
Reference in a new issue