Added extraction options support for prometheus exporters
This commit is contained in:
parent
bbd428bb7f
commit
7b7ee87480
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
- name: /opt/prometheus/{{ exporter }}/bin
|
||||
- source: {{ parameters.url }}
|
||||
- source_hash: {{ parameters.url_hash }}
|
||||
- options: {{ parameters.get('extract_options', None) }}
|
||||
- user: root
|
||||
- group: root
|
||||
- if_missing: /opt/prometheus/{{ exporter }}/bin/{{ parameters.check }}
|
||||
|
|
Loading…
Reference in a new issue