Skip to content

Commit 28c2a9f

Browse files
committed
feat(snmp_exporter):add config.expand-environment-variables flag to argument specs
1 parent ef29ed6 commit 28c2a9f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

roles/snmp_exporter/meta/argument_specs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,8 @@ argument_specs:
4848
snmp_exporter_config_dir:
4949
description: "Path to directory with snmp_exporter configuration"
5050
default: "/etc/snmp_exporter"
51+
snmp_exporter_expand_environment_variables:
52+
description:
53+
- allows passing environment variables into some fields of the configuration file.
54+
- The username, password & priv_password fields in the auths section are supported.
55+
default: false

0 commit comments

Comments
 (0)