prome-grafana tries getting default vars from environment

This commit is contained in:
2026-08-09 15:13:38 +02:00
parent c741a9df3e
commit 3075730019
4 changed files with 7 additions and 6 deletions
@@ -4,3 +4,7 @@ dashboard_folders:
- container
- cache
- server
grafana_password: "{{ lookup('env', 'GRAFANA_PASSWORD') | default('change-me-password', true) }}"
slack_webhook_url: "{{ lookup('env', 'SLACK_WEBHOOK_URL') | default('', true) }}"
discord_webhook_url: "{{ lookup('env', 'DISCORD_WEBHOOK_URL') | default('', true }}"