271031c21b
This commit makes sure that loki and/or promtail service are enabled. Doing so will allow users to safely reboot a host without needing to either apply the role or start the services manually. Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com> |
||
---|---|---|
.github/workflows | ||
defaults | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
vars | ||
LICENSE | ||
README.md |
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