mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 20:03:04 +00:00
bbb131056d
Signed-off-by: gardar <gardar@users.noreply.github.com>
8 lines
179 B
YAML
8 lines
179 B
YAML
---
|
|
- name: Run role
|
|
hosts: all
|
|
any_errors_fatal: true
|
|
roles:
|
|
- prometheus.prometheus.systemd_exporter
|
|
vars:
|
|
systemd_exporter_web_listen_address: "127.0.0.1:9558"
|