This commit is contained in:
@ -52,7 +52,7 @@
|
|||||||
traefik.http.routers.gitea.service: "gitea"
|
traefik.http.routers.gitea.service: "gitea"
|
||||||
traefik.http.services.gitea.loadbalancer.server.port: "3000"
|
traefik.http.services.gitea.loadbalancer.server.port: "3000"
|
||||||
register: container_gitea
|
register: container_gitea
|
||||||
|
|
||||||
- name: Create directories
|
- name: Create directories
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
@ -70,7 +70,7 @@
|
|||||||
file:
|
file:
|
||||||
path: "{{ data_folder }}/gitea-runner/config/config.yaml"
|
path: "{{ data_folder }}/gitea-runner/config/config.yaml"
|
||||||
state: touch
|
state: touch
|
||||||
mode: '0600'
|
mode: "0600"
|
||||||
access_time: preserve
|
access_time: preserve
|
||||||
modification_time: preserve
|
modification_time: preserve
|
||||||
when: configyaml.stat.exists == False
|
when: configyaml.stat.exists == False
|
||||||
@ -94,7 +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: "alpine-latest:docker://alpine:latest,ubuntu-latest:docker://node:22-bookworm"
|
GITEA_RUNNER_LABELS: "alpine-latest:docker://alpine:latest,ubuntu-latest:docker://ubuntu:latest,debian-latest:docker://debian:latest,node-latest:docker://node:22-trixie,ruby-latest:docker://nruby:3.1-slim"
|
||||||
|
|
||||||
- name: Create directories
|
- name: Create directories
|
||||||
file:
|
file:
|
||||||
@ -132,6 +132,3 @@
|
|||||||
traefik.http.routers.opengist.service: "opengist"
|
traefik.http.routers.opengist.service: "opengist"
|
||||||
traefik.http.services.opengist.loadbalancer.server.port: "6157"
|
traefik.http.services.opengist.loadbalancer.server.port: "6157"
|
||||||
register: container
|
register: container
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user