ansible-loki-role/README.md

26 lines
386 B
Markdown
Raw Permalink Normal View History

2022-03-04 14:43:35 +01:00
# Role Name
2020-04-19 22:28:06 +02:00
Deploy and configure [Loki/Promtail](https://github.com/grafana/loki) using Ansible.
2022-03-04 14:43:35 +01:00
## Requirements
2020-04-19 22:28:06 +02:00
2022-03-04 14:43:35 +01:00
- Ansible >= 2.9
2020-04-19 22:28:06 +02:00
2022-03-04 14:43:35 +01:00
## Example Playbook
2020-04-19 22:28:06 +02:00
2020-05-04 23:48:42 +02:00
Install Loki and Promtail in local machine
2020-04-19 22:28:06 +02:00
2020-05-04 23:58:54 +02:00
```yml
2022-03-04 14:43:35 +01:00
- hosts: servers
roles:
- { role: diogenxs.loki, loki_bins: ["loki", "promtail"] }
2020-05-04 23:48:42 +02:00
```
2020-04-19 22:28:06 +02:00
2022-03-04 14:43:35 +01:00
## License
2020-04-19 22:28:06 +02:00
WTFPL see [LICENSE](license)
2022-03-04 14:43:35 +01:00
## Author Information
2020-04-19 22:28:06 +02:00
2022-03-04 14:43:35 +01:00
https://diogenxs.dev