Add Prometheus setup for Windows: implement playbook, tasks, and Grafana dashboard configuration
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user