1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ranger.git synced 2024-08-16 14:19:48 +02:00

Improve DOCS

This commit is contained in:
L3D 2020-02-13 20:09:18 +01:00
parent b1b81584ae
commit 1e124aaa5c
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -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
```