add grafana alloy role
This commit is contained in:
@@ -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
|
||||
---
|
||||
```
|
||||
Reference in New Issue
Block a user