.github/workflows | ||
.husky | ||
.vscode | ||
defaults | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
vars | ||
.gitignore | ||
LICENSE | ||
package.json | ||
README.md | ||
renovate.json | ||
yarn.lock |
Role Name
Deploy and configure Loki/Promtail using Ansible.
Requirements
- Ansible >= 2.9
Example Playbook
Install Loki and Promtail in local machine
- hosts: servers
roles:
- { role: diogenxs.loki, loki_bins: ["loki", "promtail"] }
License
WTFPL see LICENSE