feat: manage grafana content as code with fast dashboard workflow
Some checks failed
Deploy Cluster / Terraform (push) Successful in 46s
Deploy Cluster / Ansible (push) Has been cancelled
Deploy Grafana Content / Grafana Content (push) Has been cancelled

This commit is contained in:
2026-03-04 03:36:01 +00:00
parent 1c39274df7
commit 2f166ed9e7
9 changed files with 256 additions and 13 deletions

View File

@@ -103,6 +103,13 @@
roles:
- observability
- name: Provision Grafana content
hosts: control_plane[0]
become: true
roles:
- observability-content
- name: Finalize
hosts: localhost
connection: local