Switch to terraform
This commit is contained in:
23
ansible/gitea-runner/group_vars/gitea_runner_servers.yml
Normal file
23
ansible/gitea-runner/group_vars/gitea_runner_servers.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
# =============================================================================
|
||||
# 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"
|
||||
Reference in New Issue
Block a user