Commit Graph

6 Commits

Author SHA1 Message Date
4cef67a91d 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.
2025-09-11 11:01:50 +02:00
9f84c8c10e Update DATABASE_URL to use sslmode=prefer
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.
2025-01-14 13:47:21 +01:00
bae6ecfde3 Add EDITOR_SERVER variable to env_file template
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.
2025-01-10 13:47:27 +01:00
bf2e38ad51 expose port for chill and add missing variables and parameters 2024-12-20 13:13:44 +01:00
6019e649e9 fixes for env and variables names 2024-12-20 11:46:21 +01:00
a53e62dd9e set-up the role 2024-12-19 11:05:25 +01:00