From c595eb4178a491fb003c361ff6c7aadf9b415e24 Mon Sep 17 00:00:00 2001 From: master of disaster Date: Sun, 14 Dec 2025 00:09:12 +0100 Subject: [PATCH] disabled temporaly prometheus installation --- playbooks/install_monitoring.yml.ansible | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/playbooks/install_monitoring.yml.ansible b/playbooks/install_monitoring.yml.ansible index a8dac92..abd9450 100644 --- a/playbooks/install_monitoring.yml.ansible +++ b/playbooks/install_monitoring.yml.ansible @@ -4,10 +4,11 @@ become: true roles: - common -- hosts: - - prometheus_servers - gather_facts: true - become: true - roles: - - handlers - - prometheus +#- hosts: +# - prometheus_servers +# gather_facts: true +# become: true +# roles: +# - handlers +# - prometheus +# \ No newline at end of file