mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
* fix: prometheus retention time * also fix bug with authelia * linting issues * more linting
7 lines
258 B
YAML
7 lines
258 B
YAML
---
|
|
- name: Set Prometheus args in rc.conf (FreeBSD)
|
|
community.general.sysrc:
|
|
name: prometheus_args
|
|
value: "--storage.tsdb.retention.time={{ prometheus_retention_time }}"
|
|
when: ansible_facts["os_family"] == "FreeBSD"
|
|
notify: Restart prometheus
|