- Synchronized environment-specific settings with the new isolated architecture. - Updated network and storage definitions to match the latest Swarm stack requirements. - Harmonized configuration templates for consistent cross-environment deployment.
9 lines
432 B
YAML
9 lines
432 B
YAML
---
|
||
act_runner_version: "0.6.1"
|
||
act_runner_arch: "linux-amd64"
|
||
act_runner_gitea_url: "https://git.tarla.io"
|
||
act_runner_name: "{{ inventory_hostname }}"
|
||
act_runner_labels: "ubuntu-latest,ubuntu-22.04,ubuntu-20.04,test-runner:docker://catthehacker/ubuntu:act-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('') }}"
|