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:
parent
b1b81584ae
commit
1e124aaa5c
1 changed files with 31 additions and 5 deletions
36
README.md
36
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue