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:
gardar 2024-09-16 17:42:03 +00:00
parent 2d2e0ebb19
commit c59483a92f
No known key found for this signature in database
GPG key ID: 75FAE37CBA8C13C2
4 changed files with 4 additions and 18 deletions

View file

@ -2,4 +2,5 @@
provisioner:
inventory:
group_vars:
all: {}
all:
systemd_exporter_web_listen_address: "127.0.0.1:9558"

View file

@ -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"

View file

@ -2,4 +2,5 @@
provisioner:
inventory:
group_vars:
all: {}
all:
systemd_exporter_version: latest

View file

@ -1,8 +0,0 @@
---
- name: Run role
hosts: all
any_errors_fatal: true
roles:
- prometheus.prometheus.systemd_exporter
vars:
systemd_exporter_version: latest