mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-26 22:00:22 +00:00
3c9df6fae7
Signed-off-by: gardar <gardar@users.noreply.github.com>
8 lines
146 B
YAML
8 lines
146 B
YAML
---
|
|
- name: Run role
|
|
hosts: all
|
|
any_errors_fatal: true
|
|
roles:
|
|
- prometheus.prometheus.prometheus
|
|
vars:
|
|
prometheus_version: latest
|