mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
fix linting
This commit is contained in:
parent
fe31d38028
commit
2672477f5e
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ zfs_pools:
|
||||||
# 0 12 * * sun zpool scrub zroot
|
# 0 12 * * sun zpool scrub zroot
|
||||||
zfs_scrub_schedule: "0 12 * * 0"
|
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 ---
|
# --- Services enabled in rc.conf ---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
# Used for Alpine binary download only; Debian uses the Grafana apt repo.
|
# Used for Alpine binary download only; Debian uses the Grafana apt repo.
|
||||||
alloy_version: "1.5.1"
|
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"
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,6 @@ loki.source.file "apps" {
|
||||||
|
|
||||||
loki.write "default" {
|
loki.write "default" {
|
||||||
endpoint {
|
endpoint {
|
||||||
url = "{{ loki_push_url }}"
|
url = "{{ alloy_loki_url }}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue