2021-08-27 11:30:31 +02:00
|
|
|
# Fork of [diogenxs/ansible-role-loki](https://github.com/diogenxs/ansible-role-loki)
|
|
|
|
|
|
|
|
- Added enabling systemd service
|
|
|
|
- Added loki_ruler config
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
Ansible Role Loki
|
|
|
|
=================
|
2020-04-19 22:28:06 +02:00
|
|
|
|
|
|
|
Deploy and configure [Loki/Promtail](https://github.com/grafana/loki) using Ansible.
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
|
|
|
|
- Ansible >= 2.9
|
|
|
|
|
|
|
|
Example Playbook
|
2020-05-04 23:48:42 +02:00
|
|
|
------------
|
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
|
2020-05-04 23:48:42 +02:00
|
|
|
- hosts: servers
|
|
|
|
roles:
|
|
|
|
- { role: diogenxs.loki, loki_bins: ['loki', 'promtail'] }
|
|
|
|
```
|
2020-04-19 22:28:06 +02:00
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
|
|
|
WTFPL see [LICENSE](license)
|
|
|
|
|
|
|
|
Author Information
|
|
|
|
------------------
|
|
|
|
|
2021-08-27 11:30:31 +02:00
|
|
|
https://diogenxs.dev
|