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.
|
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
|
### ansible galaxy
|
||||||
```
|
|
||||||
# install role
|
Ansible-Rolle Instalieren:
|
||||||
|
```bash
|
||||||
ansible-galaxy install do1jlr.ranger
|
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]
|
[WORK-IN-PROGRESS]
|
||||||
|
|
||||||
done:
|
done:
|
||||||
- support for archlinux, centos + debian
|
- support for archlinux, centos + debian
|
||||||
|
- ansible galaxy support
|
||||||
|
- better readme
|
||||||
|
|
||||||
|
|
||||||
missing:
|
missing:
|
||||||
- travis && docker checks
|
- travis && docker / actions checks
|
||||||
- ansible galaxy support
|
|
||||||
- better readme
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue