inital version
This commit is contained in:
12
defaults/main.yml
Normal file
12
defaults/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user