This commit is contained in:
@ -39,7 +39,4 @@
|
|||||||
GITEA_INSTANCE_URL: "https://git.comprofix.com"
|
GITEA_INSTANCE_URL: "https://git.comprofix.com"
|
||||||
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ GITEA_RUNNER_TOKEN }}"
|
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ GITEA_RUNNER_TOKEN }}"
|
||||||
GITEA_RUNNER_NAME: "homelab-runner"
|
GITEA_RUNNER_NAME: "homelab-runner"
|
||||||
GITEA_RUNNER_LABELS: >
|
GITEA_RUNNER_LABELS: "alpine-latest:docker://{{ alpine_latest_image }},ubuntu-latest:docker://{{ ubuntu_latest_image }},homelab-latest:docker://{{ debian_latest_image }}"
|
||||||
alpine-latest:docker://{{ alpine_latest_image }},
|
|
||||||
ubuntu-latest:docker://{{ ubuntu_latest_image }},
|
|
||||||
homelab-latest:docker://{{ debian_latest_image }}
|
|
||||||
|
@ -94,10 +94,7 @@
|
|||||||
GITEA_INSTANCE_URL: "https://git.comprofix.com"
|
GITEA_INSTANCE_URL: "https://git.comprofix.com"
|
||||||
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ GITEA_RUNNER_TOKEN }}"
|
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ GITEA_RUNNER_TOKEN }}"
|
||||||
GITEA_RUNNER_NAME: "gitea-runner"
|
GITEA_RUNNER_NAME: "gitea-runner"
|
||||||
GITEA_RUNNER_LABELS: >
|
GITEA_RUNNER_LABELS: "alpine-latest:docker://{{ alpine_latest_image }},ubuntu-latest:docker://{{ ubuntu_latest_image }},vps-latest:docker://{{ debian_latest_image }}"
|
||||||
alpine-latest:docker://{{ alpine_latest_image }},
|
|
||||||
ubuntu-latest:docker://{{ ubuntu_latest_image }},
|
|
||||||
vps-latest:docker://{{ debian_latest_image }}
|
|
||||||
|
|
||||||
- name: Create directories
|
- name: Create directories
|
||||||
file:
|
file:
|
||||||
|
Reference in New Issue
Block a user