mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
prome-grafana tries getting default vars from environment
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user