--- # ============================================================================= # Gitea Actions Runner Configuration # ============================================================================= # Gitea instance URL gitea_url: "https://gitea-poc.networkmonitor.cc" # Runner registration token (get from Gitea: Site Administration → Actions → Runners) # This will be set via vault or command line gitea_runner_token: "{{ vault_gitea_runner_token }}" # Runner name gitea_runner_name: "poc-runner" # Runner labels (determines what jobs it can run) gitea_runner_labels: "ubuntu-latest:docker://node:20-bookworm,ubuntu-22.04:docker://ubuntu:22.04" # Installation directory gitea_runner_dir: "/opt/gitea-runner" # Runner version gitea_runner_version: "0.2.11"