Add "managed by Ansible" notice to all template files

Included comments at the top of all template files indicating that they are managed by Ansible and should not be edited manually. This ensures clarity and avoids unintended manual modifications.
This commit is contained in:
2025-09-11 11:01:50 +02:00
parent d1cf7d363a
commit 4cef67a91d
10 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
# This file is managed by ansible. Do not edit it by hand
APP_ENV=prod
APP_DEBUG=false
TRUSTED_PROXIES=10.0.0.0/8,192.168.0.0/16,172.16.0.0/16