prometheus: allow setting custom retention time

15 days is default and also too short.
This commit is contained in:
Timotej Lazar 2025-11-04 14:18:56 +01:00
parent 5ba04824f1
commit be7eca3a89
3 changed files with 15 additions and 1 deletions

View file

@ -3,3 +3,9 @@
name: prometheus
state: reloaded
when: "'handler' not in ansible_skip_tags"
- name: restart prometheus
service:
name: prometheus
state: restarted
when: "'handler' not in ansible_skip_tags"