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
@@ -9,3 +9,21 @@ game_user: "GameUser"
game_password: "{{ lookup('env', 'WIN_GAME_PASSWORD') }}"
game_default_groups:
- Administradores # This is mandatory to install games
grafana_prometheus_sources:
- 10.19.4.136
windows_exporter_collectors:
- cache
- cpu
- cpu_info
- gpu
- diskdrive
- logical_disk
- memory
- net
- os
- process
- service
- tcp
- time
- update