Files
setup-gitea-runner/defaults/main.yml
2026-03-04 19:16:20 +01:00

21 lines
639 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_USER_GROUPS:
- docker
RUNNER_GROUP: "{{ RUNNER_USER }}"
RUNNER_DIR: "/opt/{{ RUNNER_USER }}"
RUNNER_SERVICE_NAME: "{{ RUNNER_NAME }}.service"
RUNNER_DOWNLOAD_DIR: /tmp
RUNNER_LABELS:
- REPLACE_ME
RUNNER_REDEPLOY: false
RUNNER_SCRIPT_DIR: "{{ RUNNER_DIR }}/scripts"
RUNNER_DEFAULT_SCRIPTS:
- name: askpass_helper.sh
content: |
#!/bin/bash
echo $GIT_TOKEN