mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-17 05:08:28 +00:00
8 lines
124 B
YAML
8 lines
124 B
YAML
---
|
|
- name: Run role
|
|
hosts: all
|
|
any_errors_fatal: true
|
|
roles:
|
|
- prometheus
|
|
vars:
|
|
prometheus_version: latest
|