From 54f433e2c4d9616aa761cecc7576564bf9c29cfa Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 13 Feb 2020 14:21:52 +0100 Subject: [PATCH] Update README --- .github/license.svg | 217 ++++++++++++++++++++++++++++++++++++++++++++ README.md | 20 +++- 2 files changed, 236 insertions(+), 1 deletion(-) create mode 100644 .github/license.svg diff --git a/.github/license.svg b/.github/license.svg new file mode 100644 index 0000000..809224b --- /dev/null +++ b/.github/license.svg @@ -0,0 +1,217 @@ + + + + + + image/svg+xml + + + + + + 3D <l3d@c3woc.de> + + + + + MIT License + + + + + + + + + + + + + + + + + + + + + + + + MIT + MIT + + + + + license + license + + + diff --git a/README.md b/README.md index de5a985..03e2007 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,26 @@ role-ranger ============== - +[https://github.com/chaos-bodensee/role-ranger/blob/master/LICENSE](![MIT License](https://github.com/chaos-bodensee/role-ranger/blob/master/.github/license.svg)) Ansible role to install the ranger file manager on linux. ranger is a console file manager with VI key bindings. More info about ranger is available at [github.com/ranger/ranger](https://github.com/ranger/ranger.git). + + What does this role do? +------------- +First we try to install ``ranger`` with the default package manager. +If this fails, we download the ranger git and compile it by ourself *(with python 3)*.
+We also perform a versioncheck that will check if a newer version of this role has been executed on this host before. You can disable it by setting ``ansible_versionscheck`` to `` false`` + + How to use this role +------------- +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-galaxy install do1jlr.ranger +``` + + ``` [WORK-IN-PROGRESS]