diff options
Diffstat (limited to 'meta/argument_specs.yml')
| -rw-r--r-- | meta/argument_specs.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml index 9126bb8..1d960cf 100644 --- a/meta/argument_specs.yml +++ b/meta/argument_specs.yml @@ -24,7 +24,7 @@ argument_specs: default: lineinfile choices: - lineinfile - # More to be added + - yaml prometheus_target_handler_command_enabled: type: bool @@ -91,6 +91,10 @@ argument_specs: host: type: str required: false + labels: + type: dict + required: false + description: Labels to match the target group in the YAML file (yaml strategy only) prometheus_target_default_exporters: type: list |