-
Notifications
You must be signed in to change notification settings - Fork 386
Closed
Description
RabbitMQ vars overrides the ones defined in env_vars.
RabbitMQ variables of the playbook:
rabbitmq_server_name: "{{ inventory_hostname }}"
rabbitmq_admin_user: admin
rabbitmq_admin_password: password
rabbitmq_application_vhost: "{{ application_name }}"
rabbitmq_application_user: "{{ application_name }}"
rabbitmq_application_password: password
are defined in the env_vars/*.yml files as well as in the roles/rabbitmq/vars/main.yml file.
This is creating issues on my side as I use ansible-vault encrypt_string
to encrypt rabbitmq password and those passwords are hosts dependent. This seems related to issues #111 and #64
Suggested fix (before solving issues mentioned in previous paragraph): remove roles/rabbitmq/vars/main.yml file.
What do you think?
Thanks for your feedbacks.
Metadata
Metadata
Assignees
Labels
No labels