Add grafana_alloy role: scrape log files to Loki

This commit is contained in:
2026-07-06 13:07:50 +03:00
parent 5322a48353
commit bafa282482
11 changed files with 264 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: "Install Grafana Alloy from binary"
ansible.builtin.include_tasks: install.yml
- name: "Configure Alloy"
ansible.builtin.include_tasks: configure.yml
- name: "Flush handlers"
ansible.builtin.meta: "flush_handlers"