This commit is contained in:
Iain Learmonth 2026-05-25 17:23:34 +01:00
parent c404d08b89
commit 84cf62ab14
7 changed files with 69 additions and 71 deletions

View file

@ -111,10 +111,13 @@
- alertmanager.container
- grafana.container
- prometheus.container
- prometheus-ts.container
become: true
notify:
- Restart Alertmanager
- Restart Grafana
- Restart Prometheus
- Restart Prometheus-TS
- name: Podman Prometheus | PATCH | Install network quadlets
ansible.builtin.template:
@ -178,6 +181,7 @@
- grafana
- nginx
- prometheus
- prometheus-ts
become: true
become_user: "{{ podman_prometheus_podman_rootless_user }}"