From 0a84520e9431e94c1ffc2899ba2a3c61b5c0db01 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Tue, 29 Jul 2025 23:49:37 -0400 Subject: [PATCH] update config name --- tasks/monitoring.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/monitoring.yml b/tasks/monitoring.yml index ffd2e4e..557de58 100644 --- a/tasks/monitoring.yml +++ b/tasks/monitoring.yml @@ -29,7 +29,7 @@ - name: Copy Prometheus Config template: src: "prometheus.yml.j2" - dest: "{{ data_dir }}/monitoring/prometheus/prometheus.yml" + dest: "{{ data_dir }}/monitoring/prometheus/config.yml" - name: Create Prometheus Docker Container docker_container: @@ -42,7 +42,7 @@ - name: monitoring volumes: - "{{ data_dir }}/monitoring/prometheus:/prometheus" - - "{{ data_dir }}/monitoring/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml" + - "{{ data_dir }}/monitoring/prometheus/config.yml:/etc/prometheus/prometheus.yml" - name: Create CAdvisor Docker Container docker_container: