fix linting

This commit is contained in:
Rasmus Wejlgaard 2026-04-28 16:38:21 +01:00
parent fe31d38028
commit 2672477f5e
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ zfs_pools:
# 0 12 * * sun zpool scrub zroot
zfs_scrub_schedule: "0 12 * * 0"
loki_push_url: "http://localhost:3100/loki/api/v1/push"
alloy_loki_url: "http://localhost:3100/loki/api/v1/push"
# --- Services enabled in rc.conf ---

View file

@ -1,4 +1,4 @@
---
# Used for Alpine binary download only; Debian uses the Grafana apt repo.
alloy_version: "1.5.1"
loki_push_url: "http://{{ hostvars['london-a']['ansible_host'] }}:3100/loki/api/v1/push"
alloy_loki_url: "http://{{ hostvars['london-a']['ansible_host'] }}:3100/loki/api/v1/push"

View file

@ -90,6 +90,6 @@ loki.source.file "apps" {
loki.write "default" {
endpoint {
url = "{{ loki_push_url }}"
url = "{{ alloy_loki_url }}"
}
}