Deploy and configure Loki/Promtail using Ansible.
This is a fork of a simple and extremely useful diogenxs.loki role.
NOTE that this role is now deprecated; Grafana have released an official Loki role, see https://github.com/grafana/grafana-ansible-collection/tree/main/roles/loki
- Ansible >= 3.0
Install Loki and Promtail in local machine
- hosts: servers
roles:
- role: diogenxs.loki
vars:
loki_bins: ['loki', 'promtail'] }WTFPL see LICENSE
Fork maintainer: weakcamel
Original author (all credits due): https://diogenxs.dev