ansible-collection-prometheus/roles/systemd_exporter/molecule/default/playbook.yml
gardar bbb131056d
feat: add systemd exporter role
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-03-09 01:20:32 +00:00

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"