1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_versioncheck.git synced 2024-08-16 15:59:49 +02:00

Update README / DOCS

This commit is contained in:
L3D 2020-01-15 21:50:35 +01:00
parent 3401df9fb8
commit 6283a323dc
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -12,8 +12,26 @@ This should help prevent bigger issues with to old ansible installations
This anisble role should be executet on ``localhost``.
### Example playbook:
**With ansible galaxy:**
**Without ansible galaxy:**
Add this role to your roles as ``ansible_version``.
```bash
git clone https://github.com/chaos-bodensee/role-ansible_version.git roles/ansible_version
```
Your Playbook could look like this:
```ini
---
- name: secure access to toolbox gateway
hosts: localhost
tags:
- default
roles:
- ansible_version
```
Modifications
------------