From d65f36e14e2cfe8f692dad7bb41b61e89c320d69 Mon Sep 17 00:00:00 2001 From: master of disaster Date: Sun, 14 Dec 2025 02:03:41 +0100 Subject: [PATCH] test prometheus --- inventory | 2 +- playbooks/install_monitoring.yml.ansible | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/inventory b/inventory index 079bdb5..92c25ee 160000 --- a/inventory +++ b/inventory @@ -1 +1 @@ -Subproject commit 079bdb5b742346691bd1944e40a0c2ac8797a975 +Subproject commit 92c25eeef940519ff83c64435270e8b2cc23a9e7 diff --git a/playbooks/install_monitoring.yml.ansible b/playbooks/install_monitoring.yml.ansible index abd9450..56b3731 100644 --- a/playbooks/install_monitoring.yml.ansible +++ b/playbooks/install_monitoring.yml.ansible @@ -4,11 +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