OuiSouss / ansible-role-loki

Fork of a loki role

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Role Name

Deploy and configure Loki/Promtail using Ansible.

This is a fork of a simple and extremely useful diogenxs.loki role.

Requirements

  • Ansible >= 2.9

Example Playbook

Install Loki and Promtail in local machine

  - hosts: servers
    roles:
        - role: diogenxs.loki
          vars:
            loki_bins: ['loki', 'promtail'] }

License

WTFPL see LICENSE

Author Information

Fork maintainer: weakcamel

Original author (all credits due): https://diogenxs.dev

About

Fork of a loki role

License:Do What The F*ck You Want To Public License


Languages

Language:Jinja 100.0%