mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 12:48:26 +00:00
enhancement(prometheus): match any .yml file in /rules: docs
Signed-off-by: dpavle <17710777+dpavle@users.noreply.github.com>
This commit is contained in:
parent
3eff65f47d
commit
e8b9766d7e
1 changed files with 2 additions and 2 deletions
|
@ -130,14 +130,14 @@ argument_specs:
|
|||
prometheus_alert_rules:
|
||||
description:
|
||||
- "Full list of alerting rules which will be copied to C({{ prometheus_config_dir }}/rules/ansible_managed.rules)."
|
||||
- "Alerting rules can be also provided by other files located in C({{ prometheus_config_dir }}/rules/) which have a C(*.rules) or C(*.rules.yml) extension"
|
||||
- "Alerting rules can be also provided by other files located in C({{ prometheus_config_dir }}/rules/) which have a C(*.yml) extension"
|
||||
- "Please see default values in role defaults/main.yml"
|
||||
type: "list"
|
||||
elements: "dict"
|
||||
prometheus_alert_rules_files:
|
||||
description:
|
||||
- "List of folders where ansible will look for files containing alerting rules which will be copied to C({{ prometheus_config_dir }}/rules/)."
|
||||
- "Files must have a C(*.rules) or C(*.rules.yml) extension"
|
||||
- "Files must have a C(*.yml) extension"
|
||||
type: "list"
|
||||
elements: "str"
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue