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
+30
View File
@@ -0,0 +1,30 @@
# Grafana Aloy
## Requirements
``` bash
collections:
- name: grafana.grafana
version: 6.1.0
```
## Examples
``` yaml
---
- name: Grafana Alloy
ansible.builtin.include_role:
name: myLimbo.globals.grafana_alloy
vars:
alloy_version: "1.19.0"
prometheus:
remote_write:
endpoint:
url: "{{ prometheus_address }}/api/v1/write"
loki:
endpoint:
url: "{{ loki_address }}/loki/api/v1/push"
labels:
zone: srv-vlan
---
```