infra/roles/services/templates/env.j2
jack d2d5f12d5a
Some checks failed
CI/CD / syntax-check (push) Failing after 12s
CI/CD / deploy (push) Has been skipped
Add Forgejo Actions CI/CD with act_runner
- Add gitea/act_runner:0.3.0 to docker-compose stack on runner-jobs network
- Add act_runner config template and directory provisioning
- Add FORGEJO_RUNNER_TOKEN to env template
- Add CI deploy SSH public key to authorized_keys via base role
- Create .forgejo/workflows/deploy.yml: syntax-check on PR, deploy on push to master
- Add .claude/launch.json with ansible-playbook configurations

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 21:28:15 +07:00

13 lines
514 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 }}
FORGEJO_RUNNER_TOKEN={{ forgejo_runner_token }}