chore: add debian-images var file for gitea runners
Some checks failed
Deploy / Prepare Build (push) Failing after 1m2s
Some checks failed
Deploy / Prepare Build (push) Failing after 1m2s
This commit is contained in:
3
group_vars/docker-images.yml
Normal file
3
group_vars/docker-images.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
alpine_latest_image: "alpine:latest"
|
||||||
|
ubuntu_latest_image: "node:22-trixie"
|
||||||
|
debian_latest_image: "git.comprofix.com/mmckinnon/debian-latest:2025.08.31-093853"
|
@ -39,4 +39,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: "homelab-runner"
|
GITEA_RUNNER_NAME: "homelab-runner"
|
||||||
GITEA_RUNNER_LABELS: "alpine-latest:docker://alpine:latest,ubuntu-latest:docker://node:22-trixie,homelab-latest:docker://git.comprofix.com/mmckinnon/debian-latest:2025.08.31-093853"
|
GITEA_RUNNER_LABELS: >
|
||||||
|
alpine-latest:docker://{{ alpine_latest_image }},
|
||||||
|
ubuntu-latest:docker://{{ ubuntu_latest_image }},
|
||||||
|
homelab-latest:docker://{{ debian_latest_image }}
|
||||||
|
@ -94,7 +94,10 @@
|
|||||||
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: "alpine-latest:docker://alpine:latest,ubuntu-latest:docker://node:22-trixie,vps-latest:docker://git.comprofix.com/mmckinnon/debian-latest:2025.08.31-093853"
|
GITEA_RUNNER_LABELS: >
|
||||||
|
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