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.
3 lines
182 B
Bash
3 lines
182 B
Bash
# this file is managed by ansible. Do not edit it by hand.
|
|
RABBITMQ_DEFAULT_USER={{ item.chill_config.rabbitmq_user }}
|
|
RABBITMQ_DEFAULT_PASS={{ item.chill_config.rabbitmq_password }} |