ff
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 10s
ansible-lint / Ansible Lint (pull_request) Failing after 53s

This commit is contained in:
Michael Grote 2024-09-23 22:18:24 +02:00
parent b72e80a0bc
commit 678751c449

View file

@ -21,7 +21,7 @@ promtail_config_scrape_configs:
- targets:
- localhost
labels:
host: {{ ansible_fqdn }}
host: "{{ ansible_fqdn }}"
job: varlogs
__path__: /var/log/**/**
# TODO add docker und lokale logs wenn sie cniht in /var/log liegen: https://ruanbekker.medium.com/logging-with-docker-promtail-and-grafana-loki-d920fd790ca8