From 1e124aaa5c249a4329d7cb73901217b739cff3de Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 13 Feb 2020 20:09:18 +0100 Subject: [PATCH] Improve DOCS --- README.md | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84ac346..933bc9c 100644 --- a/README.md +++ b/README.md @@ -17,21 +17,47 @@ We also perform a versioncheck that will check if a newer version of this role h You can either use this role via ansible galaxy or use it directly from [this](https://github.com/chaos-bodensee/role-ansible_version.git) git repository. ### ansible galaxy -``` -# install role + +Ansible-Rolle Instalieren: +```bash ansible-galaxy install do1jlr.ranger ``` +Example Ansible-Playbook: +```yml +--- +- hosts: localhost + roles: + - do1jlr.ranger +``` + +### direkt anbinden + +Ansible-Rolle clonen: +```bash +git clone https://github.com/chaos-bodensee/role-ranger.git +``` + +Example Playbook: +```yaml +--- +- hosts: localhost + roles: + - role-ranger + tags: + - ranger +``` + ``` [WORK-IN-PROGRESS] done: - support for archlinux, centos + debian +- ansible galaxy support +- better readme missing: -- travis && docker checks -- ansible galaxy support -- better readme +- travis && docker / actions checks ```