infra/roles/services/templates/act_runner_config.yaml.j2
jack 6580e42f53
Some checks failed
CI/CD / syntax-check (push) Failing after 2m13s
CI/CD / deploy (push) Has been skipped
Fix CI workflow: remove container directive, use runner image directly
- Remove container: python:3.12-slim (lacked Node.js for actions/checkout)
- Use runner's ubuntu-latest image which has Node.js + Python pre-installed
- Fix deploy job if condition (remove ${{ }} wrapper)
- Enable debug logging in act_runner config

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

24 lines
439 B
Django/Jinja

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