🚑 Fix hostname
This commit is contained in:
parent
6077bb0d78
commit
e66431d9b6
@ -91,7 +91,7 @@ promtail_scrape_config:
|
|||||||
journal:
|
journal:
|
||||||
labels:
|
labels:
|
||||||
job: node
|
job: node
|
||||||
host: "{{ ansible_hostname }}"
|
host: "{{ inventory_hostname }}"
|
||||||
max_age: 12h
|
max_age: 12h
|
||||||
relabel_configs:
|
relabel_configs:
|
||||||
- source_labels:
|
- source_labels:
|
||||||
|
Loading…
Reference in New Issue
Block a user