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.
5 lines
220 B
Bash
5 lines
220 B
Bash
# this file is managed by ansible. Do not edit it by hand
|
|
POSTGRES_DB={{ item.chill_config.database_name }}
|
|
POSTGRES_USER={{ item.chill_config.database_user }}
|
|
POSTGRES_PASSWORD={{ item.chill_config.database_password }}
|