Switch to terraform

This commit is contained in:
Prox
2026-02-15 18:37:15 +02:00
commit a7062b43ab
70 changed files with 6063 additions and 0 deletions

View 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"