Commit Graph

9 Commits

Author SHA1 Message Date
julienfastre 3f99ea7fcd Add support for supplementary environment values in Chill configuration
Introduced `supplementary_environment_values` in Chill defaults and updated `env_file.env` template to dynamically inject custom environment variables. Added placeholder `docker_secrets` for future secrets management.
2026-03-13 12:58:11 +01:00
julienfastre 43a8ccff28 Make RabbitMQ integration optional in Chill configuration
Introduced a new `rabbitmq_install` variable to conditionally enable RabbitMQ components in `compose.yaml`, `messenger.yaml`, and `env_file.env`. Updated related Ansible tasks to respect this variable.
2026-01-27 16:21:34 +01:00
julienfastre 64d0a63e68 handle traefik_install variables, and set default values for each chill configuration 2026-01-20 16:33:32 +01:00
julienfastre 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
julienfastre 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
julienfastre 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
julienfastre bf2e38ad51 expose port for chill and add missing variables and parameters 2024-12-20 13:13:44 +01:00
julienfastre 6019e649e9 fixes for env and variables names 2024-12-20 11:46:21 +01:00
julienfastre a53e62dd9e set-up the role 2024-12-19 11:05:25 +01:00