8 lines
183 B
YAML
8 lines
183 B
YAML
- name: Setup Prometheus on Windows
|
|
hosts: windows_prometheus
|
|
|
|
tasks:
|
|
- name: Setup Prometheus
|
|
ansible.builtin.include_tasks:
|
|
file: tasks/windows_prometheus.yml
|