infra/roles/services/templates/env.j2
jack 5f44441bd1
Some checks failed
CI/CD / syntax-check (push) Successful in 1m2s
CI/CD / deploy (push) Has been cancelled
fix: remove grafana_admin_password from env.j2, delete dead prometheus templates
These files referenced variables removed in the previous refactor commit,
causing deploy failure (undefined variable: grafana_admin_password).
2026-03-27 19:21:51 +07:00

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 }}