diff --git a/.ansible-test.yml b/.ansible-test.yml index 1e989a6..ba519cc 100644 --- a/.ansible-test.yml +++ b/.ansible-test.yml @@ -1,5 +1,5 @@ --- -- name: secure access to toolbox gateway +- name: check if ansible is not to old hosts: localhost tags: - default diff --git a/.travis.yml b/.travis.yml index 4c28eaa..62e8baa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 42f3bfa..ac3bca5 100644 --- a/README.md +++ b/README.md @@ -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.*