ansible/roles/prometheus_node/templates/default.j2

8 lines
188 B
Text
Raw Normal View History

2023-04-04 01:28:51 +02:00
{{ ansible_managed | comment }}
{% if prometheus_node__text_dir is defined %}
ARGS="--collector.textfile.directory={{ prometheus_node__text_dir | quote }}"
{% else %}
ARGS=""
{% endif %}