8 lines
491 B
Text
8 lines
491 B
Text
# we use the openQA rabbitmq account for this role as they run
|
|
# on the same server and it's convenient. this means it's also
|
|
# safe and appropriate to use variables defined in the openqa
|
|
# group_vars. if we ever split the roles up we will have to create
|
|
# a separate account with separate creds
|
|
relvalamiconsumer_amqp_queue: "{{ openqa_amqp_prod_username }}_relvalamiconsumer.test"
|
|
relvalconsumer_amqp_queue: "{{ openqa_amqp_prod_username }}_relvalconsumer.test"
|
|
relvalconsumer_prod: false
|