From 73c8cb8e8c474a58d760b2c4a1d89e40573833ec Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 8 Jan 2026 20:05:00 +0000 Subject: [PATCH] added git url and added whoami traefik spoc --- infrastructure/ansible/deploy.yml | 2 +- .../deployments/vm-docker-traefik-302.stabify.de.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/infrastructure/ansible/deploy.yml b/infrastructure/ansible/deploy.yml index 6f6613a..0417113 100644 --- a/infrastructure/ansible/deploy.yml +++ b/infrastructure/ansible/deploy.yml @@ -10,7 +10,7 @@ apps_catalog_path: "{{ repo_root }}/apps" deployments_path: "{{ repo_root }}/deployments" base_deploy_path: "/opt" - git_repo_url: "https://gitea.example.com/stabify/infra.git" # TODO: Anpassen! + git_repo_url: "https://git.cloud-infra.prod.openmailserver.de/stabify/infrastructure.git" # Wir suchen die Definitionsdatei basierend auf FQDN host_def_file_fqdn: "{{ deployments_path }}/{{ inventory_hostname }}.yml" diff --git a/infrastructure/deployments/vm-docker-traefik-302.stabify.de.yml b/infrastructure/deployments/vm-docker-traefik-302.stabify.de.yml index b751efb..3b01567 100644 --- a/infrastructure/deployments/vm-docker-traefik-302.stabify.de.yml +++ b/infrastructure/deployments/vm-docker-traefik-302.stabify.de.yml @@ -1,2 +1,3 @@ apps: - - traefik-edge \ No newline at end of file + - traefik-edge + - whoami \ No newline at end of file