inital version

This commit is contained in:
2025-01-26 20:10:54 +01:00
parent fda020459f
commit 2d02d0c7bb
7 changed files with 251 additions and 0 deletions

12
defaults/main.yml Normal file
View File

@@ -0,0 +1,12 @@
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