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,7 @@
---
- name: "(Re)start Alloy service"
ansible.builtin.systemd:
name: alloy.service
state: restarted
enabled: true
daemon_reload: true