feat(grafana): add role for dployment using docker

This commit is contained in:
2024-07-14 18:24:52 +02:00
parent e17c04bde0
commit 084e48996a
7 changed files with 355 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- name: Ensure grafana is restarted
community.general.docker_container:
name: "{{ grafana_container_name }}"
state: "started"
restart: true
when: "grafana_state == 'present'"
listen: grafana-restart