From 6283a323dcde9e70ac763aa4852d48f80206e2c7 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 15 Jan 2020 21:50:35 +0100 Subject: [PATCH] Update README / DOCS --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index c2c2552..bbc7fbf 100644 --- a/README.md +++ b/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``. ### 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 ------------