"ANSIBLE-MANAGED" Header für Dateien

This commit is contained in:
Marius Alwan Meyer 2023-03-09 11:28:17 +01:00
parent 2261404be3
commit ad3eda27db
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# ANSIBLE-MANAGED
#
# -- Diese Datei wird via Ansible verwaltet und automatisch überschrieben!
# https://azubi-gitea.int.sernet.de/mmeyer/ansible-role-gitea/src/branch/main/templates/docker-compose.yaml.j2
version: "3.8" version: "3.8"
services: services:

View File

@ -1,4 +1,9 @@
# ANSIBLE-MANAGED
#
# -- Diese Datei wird via Ansible verwaltet und automatisch überschrieben!
# https://azubi-gitea.int.sernet.de/mmeyer/ansible-role-gitea/src/branch/main/templates/environment.env.j2
USER_UID={{ git_user.uid }} USER_UID={{ git_user.uid }}
USER_GID={{ git_user.group }} USER_GID={{ git_user.group }}
GITEA__APP_NAME={{ gitea_vars.app_name }} GITEA__APP_NAME={{ gitea_vars.app_name }}