infra/roles/services/templates/env.j2
jack a1b97f3e4b Initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 19:39:26 +07:00

12 lines
466 B
Django/Jinja

# Generated by Ansible — do not edit manually
VAULTWARDEN_ADMIN_TOKEN={{ vaultwarden_admin_token }}
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_VAULT={{ domain_vault }}
DOMAIN_GIT={{ domain_git }}
DOMAIN_PLANE={{ domain_plane }}
DOMAIN_SYNC={{ domain_sync }}
DOMAIN_TRAEFIK={{ domain_traefik }}