pull in prometheus config
Some checks failed
Deploy Containers / Prepare (push) Failing after 23s

This commit is contained in:
2025-07-29 23:47:29 -04:00
parent 9d26cddce4
commit 2bae25284c
2 changed files with 24 additions and 0 deletions

View File

@@ -26,6 +26,11 @@
env:
GF_AUTH_ANONYMOUS_ENABLED: "{{ GRAFANA_AUTH_ANONYMOUS_ENABLED }}"
- name: Copy Prometheus Config
template:
src: "prometheus.yml.j2"
dest: "{{ data_dir }}/monitoring/prometheus/prometheus.yml"
- name: Create Prometheus Docker Container
docker_container:
name: prometheus