From ad3eda27db66bc6ecc2c74a4e1b72e299a5d87d2 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+Sporqist@users.noreply.github.com> Date: Thu, 9 Mar 2023 11:28:17 +0100 Subject: [PATCH] =?UTF-8?q?"ANSIBLE-MANAGED"=20Header=20f=C3=BCr=20Dateien?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/docker-compose.yaml.j2 | 6 ++++++ templates/environment.env.j2 | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/templates/docker-compose.yaml.j2 b/templates/docker-compose.yaml.j2 index 6e42000..6a86d76 100644 --- a/templates/docker-compose.yaml.j2 +++ b/templates/docker-compose.yaml.j2 @@ -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" services: diff --git a/templates/environment.env.j2 b/templates/environment.env.j2 index 1d6538f..682f3c0 100644 --- a/templates/environment.env.j2 +++ b/templates/environment.env.j2 @@ -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_GID={{ git_user.group }} GITEA__APP_NAME={{ gitea_vars.app_name }}