chore: complete update

This commit is contained in:
2025-07-17 16:38:55 +02:00
parent 64a7051137
commit ec5526e2b2
46 changed files with 3139 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
# Environment variables for {{ app_name }}
{% for key, value in app_env.items() %}
{{ key }}={{ value }}
{% endfor %}
# Deployment info
DEPLOYED_AT={{ ansible_date_time.iso8601 }}
DEPLOYED_BY=ansible
SERVER_NAME={{ inventory_hostname }}
APP_PORT=8000