add grafana alloy role

This commit is contained in:
Márcio Fernandes
2026-08-26 21:59:26 +00:00
parent 22ea077a16
commit d4481907b0
4 changed files with 195 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
- name: Render Alloy config
set_fact:
__mylimbo_globals_alloy_config_content: "{{ lookup('template', 'template/config.alloy.j2') }}"
- name: Install Alloy
ansible.builtin.include_role:
name: grafana.grafana.alloy
vars:
# documentation:
# https://grafana.com/docs/grafana-cloud/observe-and-act/send-data/alloy/monitor/monitor-linux/
alloy_config: "{{ __mylimbo_globals_alloy_config_content }}"