Files
setup-gitea-runner/defaults/main.yml
2025-01-26 20:10:54 +01:00

12 lines
432 B
YAML

RUNNER_VERSION: "0.2.11"
RUNNER_DOWNLOAD_URL: "https://dl.gitea.com/act_runner/{{ RUNNER_VERSION }}/act_runner-{{ RUNNER_VERSION }}-linux-amd64"
RUNNER_TOKEN:
RUNNER_INSTANCE: https://git.exampe.com/
RUNNER_NAME: gitea-runner
RUNNER_USER: svc-gitea-runner
RUNNER_GROUP: "{{ RUNNER_USER }}"
RUNNER_DIR: "/opt/{{ RUNNER_USER }}"
RUNNER_SERVICE_NAME: "{{ RUNNER_NAME }}.service"
RUNNER_DOWNLOAD_DIR: /tmp
RUNNER_LABELS:
- REPLACE_ME