13 lines
391 B
YAML
13 lines
391 B
YAML
---
|
|
argument_specs:
|
|
main:
|
|
description: Installs and configures prometheus node exporter to listen on local ipv4 address
|
|
options:
|
|
prometheus_node_exporter_local_network:
|
|
description: >-
|
|
The local ipv4 network block, listen address is taken from this block.
|
|
If empty, listens on 0.0.0.0
|
|
type: str
|
|
required: false
|
|
default: ""
|