This role installs Loki.
Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.
None.
But you should think about a reverse proxy like NGINX.
loki_version: "1.3.0"
# Installation from source settings
loki_install_from_source: false
loki_home_dir: /opt/loki
loki_config_dir: /etc/loki
loki_executable: /usr/local/bin/loki
loki_executable_options:
None.
- hosts: all
roles:
- { role: rhazdon.loki, tags: loki }
MIT
This role was created in 2020 by Djordje Atlialp.