These files referenced variables removed in the previous refactor commit, causing deploy failure (undefined variable: grafana_admin_password).
16 lines
621 B
Django/Jinja
16 lines
621 B
Django/Jinja
# Generated by Ansible — do not edit manually
|
|
FORGEJO_DB_PASSWORD={{ forgejo_db_password }}
|
|
PLANE_DB_PASSWORD={{ plane_db_password }}
|
|
PLANE_SECRET_KEY={{ plane_secret_key }}
|
|
PLANE_MINIO_PASSWORD={{ plane_minio_password }}
|
|
DOMAIN_BASE={{ domain_base }}
|
|
DOMAIN_GIT={{ domain_git }}
|
|
DOMAIN_PLANE={{ domain_plane }}
|
|
DOMAIN_TRAEFIK={{ domain_traefik }}
|
|
FORGEJO_RUNNER_TOKEN={{ forgejo_runner_token }}
|
|
CROWDSEC_BOUNCER_KEY={{ crowdsec_bouncer_key }}
|
|
# Cloudflare DNS-01 ACME challenge
|
|
CF_DNS_API_TOKEN={{ cloudflare_dns_api_token }}
|
|
CF_ZONE_ID={{ cloudflare_zone_id }}
|
|
# Discord bot
|
|
DISCORD_BOT_TOKEN={{ discord_bot_token }}
|