chore: complete update

This commit is contained in:
2025-07-17 16:24:20 +02:00
parent 899227b0a4
commit 64a7051137
1300 changed files with 85570 additions and 2756 deletions

View File

@@ -0,0 +1,15 @@
---
# Gemeinsame Variablen für alle Umgebungen
# Deployment-Variablen
deploy_root: /var/www/michaelschiemer
deploy_public: "{{ deploy_root }}/public"
deploy_user: deploy
# Anwendungsvariablen
app_domain: "{{ hostvars[inventory_hostname]['ansible_host'] | default(inventory_hostname) }}"
project_source: "{{ playbook_dir }}/../.."
project_root: "{{ playbook_dir }}/../.."
# Docker-Compose-Pfad
docker_compose_project_path: "{{ deploy_root }}"