- Configure grafana to use provisioned datasources instead of UI config - Add prometheus datasource template managed by ansible - Create minimal grafana.ini with custom provisioning path - Move ansible_managed to group_vars (fixes deprecation warning) - Add Remote Hosts and Git Workflow sections to CLAUDE.md - Document feature branch workflow with tea CLI for PRs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
216 B
Django/Jinja
12 lines
216 B
Django/Jinja
# {{ ansible_managed }}
|
|
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
orgId: 1
|
|
uid: prometheus
|
|
url: http://localhost:9090
|
|
isDefault: true
|
|
editable: false
|