mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 03:43:09 +00:00
refactor: make systemd_exporter molecule config be in line with other roles
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
2d2e0ebb19
commit
c59483a92f
4 changed files with 4 additions and 18 deletions
|
@ -2,4 +2,5 @@
|
|||
provisioner:
|
||||
inventory:
|
||||
group_vars:
|
||||
all: {}
|
||||
all:
|
||||
systemd_exporter_web_listen_address: "127.0.0.1:9558"
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
- 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"
|
|
@ -2,4 +2,5 @@
|
|||
provisioner:
|
||||
inventory:
|
||||
group_vars:
|
||||
all: {}
|
||||
all:
|
||||
systemd_exporter_version: latest
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
- name: Run role
|
||||
hosts: all
|
||||
any_errors_fatal: true
|
||||
roles:
|
||||
- prometheus.prometheus.systemd_exporter
|
||||
vars:
|
||||
systemd_exporter_version: latest
|
Loading…
Reference in a new issue