observability/playbooks/grafana.yml

7 lines
207 B
YAML
Raw Permalink Normal View History

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