update README with author information
This commit is contained in:
parent
59617ff083
commit
b3aa4d20bb
10
README.md
10
README.md
@ -3,6 +3,8 @@ Role Name
|
|||||||
|
|
||||||
Deploy and configure [Loki/Promtail](https://github.com/grafana/loki) using Ansible.
|
Deploy and configure [Loki/Promtail](https://github.com/grafana/loki) using Ansible.
|
||||||
|
|
||||||
|
This is a fork of a simple and extremely useful diogenxs.loki role.
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
@ -16,7 +18,9 @@ Install Loki and Promtail in local machine
|
|||||||
```yml
|
```yml
|
||||||
- hosts: servers
|
- hosts: servers
|
||||||
roles:
|
roles:
|
||||||
- { role: diogenxs.loki, loki_bins: ['loki', 'promtail'] }
|
- role: diogenxs.loki
|
||||||
|
vars:
|
||||||
|
loki_bins: ['loki', 'promtail'] }
|
||||||
```
|
```
|
||||||
|
|
||||||
License
|
License
|
||||||
@ -27,4 +31,6 @@ WTFPL see [LICENSE](license)
|
|||||||
Author Information
|
Author Information
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
https://diogenxs.dev
|
Fork maintainer: [weakcamel](https://galaxy.ansible.com/weakcamel)
|
||||||
|
|
||||||
|
Original author (all credits due): https://diogenxs.dev
|
||||||
|
Loading…
Reference in New Issue
Block a user