ansible-collection-prometheus/roles/blackbox_exporter/molecule/alternative/molecule.yml
Christian Krause 4897b20b47
enhancement(blackbox_exporter): allows using multiple web listen addresses
Signed-off-by: Christian Krause <christian.krause@idiv.de>
2023-11-30 11:12:11 +01:00

15 lines
388 B
YAML

---
provisioner:
inventory:
group_vars:
all:
blackbox_exporter_web_listen_address:
- '127.0.0.1:9000'
- '127.0.1.1:9000'
blackbox_exporter_cli_flags:
log.level: "warn"
blackbox_exporter_configuration_modules:
tcp_connect:
prober: tcp
timeout: 5s
blackbox_exporter_version: 0.23.0