mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 20:58:26 +00:00
8 lines
158 B
YAML
8 lines
158 B
YAML
---
|
|
- name: Run role
|
|
hosts: all
|
|
any_errors_fatal: true
|
|
roles:
|
|
- prometheus.prometheus.systemd_exporter
|
|
vars:
|
|
systemd_exporter_version: latest
|