2021-03-13 00:09:37 +01:00
[![Ansible Galaxy ](https://raw.githubusercontent.com/roles-ansible/ansible_role_ranger/master/.github/galaxy.svg?sanitize=true )](https://galaxy.ansible.com/do1jlr/ranger) [![MIT License ](https://raw.githubusercontent.com/roles-ansible/ansible_role_ranger/master/.github/license.svg?sanitize=true )](https://github.com/roles-ansible/ansible_role_ranger/blob/master/LICENSE)
2020-02-13 21:15:49 +01:00
2020-03-01 19:37:20 +01:00
2020-10-27 16:54:54 +01:00
ansible_role_ranger
2020-01-29 12:51:25 +01:00
==============
2020-02-13 14:23:18 +01:00
2020-01-29 12:51:25 +01:00
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 ).
2020-02-13 14:21:52 +01:00
What does this role do?
-------------
2020-04-13 20:28:31 +02:00
+ This role try to install ``ranger`` with the default package manager.
+ If this fails, this role will download the ranger git and compile it by ourself *(with python 3)* .
+ We also could perform a simple versioncheck that will check if a newer version of this role has been executed on this host before.
- You can enable it by setting ``submodules_versioncheck`` to ``true``
2020-02-13 14:21:52 +01:00
How to use this role
-------------
2020-10-27 16:54:54 +01:00
You can either use this role via ansible galaxy or use it directly from [this ](https://github.com/roles-ansible/ansible_role_ranger.git ) git repository.
2020-02-13 14:21:52 +01:00
### ansible galaxy
2020-02-13 20:09:18 +01:00
2020-04-13 20:28:31 +02:00
install role:
2020-02-13 20:09:18 +01:00
```bash
2020-02-13 14:21:52 +01:00
ansible-galaxy install do1jlr.ranger
```
2020-05-16 21:12:29 +02:00
You can execute the role **directly via ansible ad-hoc command** , but it is highly recomended to create a ansible playbook
```bash
# example ad-hoc command
ansible -m include_role -a "name=do1jlr.ranger" localhost
```
2020-02-13 20:09:18 +01:00
Example Ansible-Playbook:
```yml
---
- hosts: localhost
roles:
- do1jlr.ranger
```
2020-04-13 20:28:31 +02:00
2020-05-16 21:12:29 +02:00
### use via git command
2020-02-13 20:09:18 +01:00
2020-04-13 20:28:31 +02:00
clone github repo:
2020-02-13 20:09:18 +01:00
```bash
2020-10-27 16:54:54 +01:00
git clone https://github.com/roles-ansible/ansible_role_ranger.git
2020-02-13 20:09:18 +01:00
```
2020-04-13 20:28:31 +02:00
example Playbook:
2020-02-13 20:09:18 +01:00
```yaml
---
- hosts: localhost
roles:
2020-10-27 16:54:54 +01:00
- ansible_role_ranger
2020-02-13 20:09:18 +01:00
tags:
- ranger
2020-02-26 13:39:47 +01:00
vars:
submodules_versioncheck: true
2020-02-13 20:09:18 +01:00
```
2021-03-13 00:12:34 +01:00
2021-03-13 00:09:37 +01:00
## Testing
2021-03-13 00:12:34 +01:00
This role is tested with [these github-action ](https://github.com/search?q=topic%3Acheck-ansible+topic%3Agithub-actions+org%3Aroles-ansible&type=Repositories ) tests for different versions of differen linux systems.
2020-03-04 23:11:10 +01:00
If you want to find out more about our tests, please have a look at the github marketplace.
| test status | Github Marketplace |
| :--------- | :---------------- |
2021-03-13 00:12:34 +01:00
| [![Galaxy release ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/galaxy.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/galaxy.yml) | [publish-ansible-role-to-galaxy ](https://github.com/marketplace/actions/publish-ansible-role-to-galaxy ) |
| [![Yamllint GitHub Actions ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/yamllint.yaml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/yamllint.yaml) | [yamllint-github-action ](https://github.com/marketplace/actions/yamllint-github-action ) |
| [![Ansible Lint check ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-linting-check.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-linting-check.yml) | [ansible-lint action ](https://github.com/marketplace/actions/ansible-lint )
| [![Ansible check debian:latest ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-debian-latest.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-debian-latest.yml) | [ansible test with debian stable ](https://github.com/marketplace/actions/check-ansible-debian-stable ) |
2020-10-27 16:54:54 +01:00
| [![Ansible check debian:latest ](https://github.com/roles-ansible/ansible_role_ranger/workflows/Ansible%20check%20debian:latest/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions?query=workflow%3A%22Ansible+check+debian%3Alatest%22) | [ansible test with debian latest ](https://github.com/marketplace/actions/check-ansible-debian-latest ) |
2021-03-13 00:12:34 +01:00
| [![Ansible check debian:sid ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-debian-sid.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-debian-sid.yml) | [ansible test with debian sid ](https://github.com/marketplace/actions/check-ansible-debian-sid ) |
| [![Ansible check debian:stable ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-debian-stable.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-debian-stable.yml) | [ansible test with debian stable ](https://github.com/marketplace/actions/check-ansible-debian-stable ) |
| [![Ansible check debian:buster ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-debian-buster.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-debian-buster.yml) | [ansible test with debian buster ](https://github.com/marketplace/actions/check-ansible-debian-buster ) |
2020-03-05 21:11:44 +01:00
| | |
2021-03-13 00:12:34 +01:00
| [![Ansible check archlinux:latest ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-archlinux-latest.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-archlinux-latest.yml) | [ansible test with archlinux latest ](https://github.com/marketplace/actions/check-ansible-archlinux-latest ) |
2020-04-13 22:38:23 +02:00
| | |
2021-03-13 00:12:34 +01:00
| [![Ansible check ubuntu:latest ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-ubuntu-latest.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-ubuntu-latest.yml) | [ansible test with ubuntu latest ](https://github.com/marketplace/actions/check-ansible-ubuntu-latest ) |
| [![Ansible check ubuntu:bionic ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-ubuntu-bionic.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-ubuntu-bionic.yml) | [ansible test with ubuntu bionic ](https://github.com/marketplace/actions/check-ansible-ubuntu-bionic ) |
| [![Ansible check ubuntu:trusty ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-ubuntu-trusty.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-ubuntu-trusty.yml) | [ansible test with ubuntu trusty ](https://github.com/marketplace/actions/check-ansible-ubuntu-trusty ) |
2020-04-04 15:00:25 +02:00
| | |
2021-03-13 00:12:34 +01:00
| [![Ansible check fedora:latest ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-fedora-latest.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-fedora-latest.yml) | [ansible test with fedora latest ](https://github.com/marketplace/actions/check-ansible-fedora-latest ) |
| [![Ansible check fedora:33 ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-fedora-33.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-fedora-33.yml) | [ansible test with fedora 33 ](https://github.com/marketplace/actions/check-ansible-fedora-33 ) |
| [![Ansible check fedora:32 ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-fedora-32.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-fedora-32.yml) | [ansible test with fedora 32 ](https://github.com/marketplace/actions/check-ansible-fedora-32 ) |
| [![Ansible check fedora:31 ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-fedora-31.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-fedora-31.yml) | [ansible test with fedora 31 ](https://github.com/marketplace/actions/check-ansible-fedora-31 ) |
2020-04-19 18:01:24 +02:00
| | |
2021-03-13 00:12:34 +01:00
| [![Ansible check centos:latest ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-centos-latest.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-centos-latest.yml) | [ansible test with centos latest ](https://github.com/marketplace/actions/check-ansible-centos-latest ) |
| [![Ansible check centos:centos8 ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-centos-centos8.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-centos-centos8.yml) | [ansible test with centos centos8 ](https://github.com/marketplace/actions/check-ansible-centos-centos8 ) |
| [![Ansible check centos:centos7 ](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-centos-centos7.yml/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions/workflows/ansible-centos-centos7.yml) | [ansible test with centos centos7 ](https://github.com/marketplace/actions/check-ansible-centos-centos7 ) |
2020-05-16 21:02:51 +02:00
| | |
2020-10-27 16:54:54 +01:00
| [![Ansible check alpine:latest ](https://github.com/roles-ansible/ansible_role_ranger/workflows/Ansible%20check%20alpine:latest/badge.svg )](https://github.com/roles-ansible/ansible_role_ranger/actions?query=workflow%3A%22Ansible+check+alpine%3Alatest%22) | [ansible test with alpine latest ](https://github.com/marketplace/actions/check-ansible-alpine-latest ) |
2020-03-05 21:11:44 +01:00
2020-03-04 23:27:40 +01:00
variables
-------
```yaml
# perform simple versionscheck (true is recomended)
submodules_versioncheck: false
2020-04-13 22:38:23 +02:00
# parameter for ranger installation
2020-03-04 23:27:40 +01:00
ranger:
repo: 'https://github.com/ranger/ranger.git'
branch: 'master'
2020-03-09 16:59:36 +01:00
download_directory: "{{ x_ansible_download_dir | default(ansible_env.HOME + '/.ansible/tmp/downloads/ranger') }}"
2020-03-04 23:27:40 +01:00
```