infra/roles/services/templates/act_runner_config.yaml.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

23 lines
360 B
Django/Jinja

# Generated by Ansible — do not edit manually
log:
level: info
runner:
capacity: 2
timeout: 3h
insecure: false
cache:
enabled: true
container:
# Job containers run on runner-jobs network (has internet access)
network: runner-jobs
privileged: false
valid_volumes:
- "**"
docker_host: ""
force_pull: false
host:
workdir_parent: