initial commit

This commit is contained in:
hiperman
2026-01-30 15:07:31 -05:00
commit 7844cc4416
83 changed files with 3802 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
---
app_name: grafana
grafana_container_name: "{{ app_name | default('grafana') }}"
grafana_container_version: latest
grafana_restart_policy: "{{ app_restart_policy }}"
grafana_http_port: 3000
grafana_data_path: "{{ app_dir }}/data"