Add grafana_alloy role: scrape log files to Loki
This commit is contained in:
9
roles/grafana_alloy/tasks/main.yml
Normal file
9
roles/grafana_alloy/tasks/main.yml
Normal 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"
|
||||
Reference in New Issue
Block a user