ansible/roles/prometheus/templates/default.j2

4 lines
170 B
Text
Raw Normal View History

{{ ansible_managed | comment }}
ARGS="--storage.tsdb.retention.time={{ prometheus__tsdb_retention_time | quote }} --web.page-title={{ prometheus__page_title | quote }}"