feat(grafana): add role for dployment using docker
This commit is contained in:
6
playbooks/grafana.yml
Normal file
6
playbooks/grafana.yml
Normal 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
|
Reference in New Issue
Block a user