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:
parent
3401df9fb8
commit
6283a323dc
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -12,8 +12,26 @@ This should help prevent bigger issues with to old ansible installations
|
||||||
This anisble role should be executet on ``localhost``.
|
This anisble role should be executet on ``localhost``.
|
||||||
|
|
||||||
### Example playbook:
|
### 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
|
Modifications
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue