Skip to content

rhazdon/ansible-role-loki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role Loki

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.

Requirements

None.

But you should think about a reverse proxy like NGINX.

Role Variables

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:

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - { role: rhazdon.loki, tags: loki }

License

MIT

Author Information

This role was created in 2020 by Djordje Atlialp.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published