mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Consistent naming scheme; rabbitmq_host -> rabbitmq_hostname
environment.sh uses hostname for everything, and both environment and credentials provide a default of 'rabbitmq', so this should be one less variable to care about.
This commit is contained in:
@@ -13,7 +13,7 @@ DATABASES = {
|
||||
BROKER_URL = 'amqp://{}:{}@{}:{}/{}'.format(
|
||||
"{{ rabbitmq_user }}",
|
||||
"{{ rabbitmq_password }}",
|
||||
"{{ rabbitmq_host | default('rabbitmq')}}",
|
||||
"{{ rabbitmq_hostname | default('rabbitmq')}}",
|
||||
"{{ rabbitmq_port }}",
|
||||
"{{ rabbitmq_default_vhost }}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user