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

6
playbooks/grafana.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Install and configure grafana
hosts: "{{ grafana_hosts | default('grafana') }}"
become: "{{ grafana_become | default(false, true) }}"
roles:
- role: finallycoffee.observability.grafana