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.
Changed the `sslmode` parameter in the DATABASE_URL from `disable` to `prefer` for improved connection security. This ensures the database connection can utilize SSL when available.
This update introduces the EDITOR_SERVER variable to the env_file template. It ensures that the environment configuration now includes the editor server endpoint, improving flexibility and usability for deployments.