Add Prometheus setup for Windows: implement playbook, tasks, and Grafana dashboard configuration

This commit is contained in:
2025-10-03 21:56:31 +02:00
parent cd69dbc25a
commit 7cad175406
7 changed files with 803 additions and 159 deletions
+7
View File
@@ -0,0 +1,7 @@
- name: Setup Prometheus on Windows
hosts: windows_prometheus
tasks:
- name: Setup Prometheus
ansible.builtin.include_tasks:
file: tasks/windows_prometheus.yml