Migrates `act_runner` configuration from shell-generated to an Ansible-templated `config.yaml`. This enables: - Dynamic label provisioning, including `test-runner:docker://ubuntu:22.04`. - Explicit configuration for joining the `iklimco-net` overlay network. - Docker socket mounting for CI/CD jobs to interact with the Docker daemon. Updates `setup/05-test-runner-ve-deploy-onkosullari.md` and other related documentation to reflect the new automated and integrated runner setup.
9 lines
406 B
YAML
9 lines
406 B
YAML
---
|
||
act_runner_version: "0.2.12"
|
||
act_runner_arch: "linux-amd64"
|
||
act_runner_gitea_url: "https://git.tarla.io"
|
||
act_runner_name: "iklim-test-app"
|
||
act_runner_labels: "ubuntu-latest,ubuntu-22.04,ubuntu-20.04,test-runner:docker://ubuntu:22.04"
|
||
# Gitea'dan alınan tek seferlik registration token; kayıt olmadıysa boş bırakılır.
|
||
act_runner_registration_token: "{{ vault_gitea_runner_token | default('') }}"
|