1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ranger.git synced 2024-08-16 14:19:48 +02:00
Ansible role to install the ranger file manager on linux
Find a file
2020-02-13 20:44:31 +01:00
.github try to lint-check the whole repo 2020-02-13 20:44:31 +01:00
defaults compile ranger if needed 2020-01-29 13:58:38 +01:00
meta Add galaxy metadata 2020-02-13 15:27:53 +01:00
tasks Fix ansible linting errors 2020-02-13 19:52:16 +01:00
vars initialize git repository 2020-01-29 12:55:33 +01:00
LICENSE initialize git repository 2020-01-29 12:55:33 +01:00
README.md Improve DOCS 2020-02-13 20:09:18 +01:00

role-ranger

MIT License

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.

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 git repository.

ansible galaxy

Ansible-Rolle Instalieren:

ansible-galaxy install do1jlr.ranger

Example Ansible-Playbook:

---
- hosts: localhost
  roles:
  - do1jlr.ranger

direkt anbinden

Ansible-Rolle clonen:

git clone https://github.com/chaos-bodensee/role-ranger.git

Example Playbook:

---
- hosts: localhost
  roles:
    - role-ranger
  tags:
   - ranger
[WORK-IN-PROGRESS]

done:
- support for archlinux, centos + debian
- ansible galaxy support
- better readme


missing:
- travis && docker / actions checks