2023-06-22 23:20:22 +02:00
|
|
|
# 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_this_username }}_relvalamiconsumer"
|
|
|
|
relvalconsumer_amqp_queue: "{{ openqa_amqp_this_username }}_relvalconsumer"
|
2023-06-21 11:54:03 +02:00
|
|
|
|
2016-11-30 13:21:24 -08:00
|
|
|
# This var should never be set for more than one machine
|
2023-06-21 11:54:03 +02:00
|
|
|
relvalconsumer_prod: true
|
2019-09-19 13:00:09 -07:00
|
|
|
# this one probably shouldn't either
|
|
|
|
relvalconsumer_bugzilla_api_key: "{{ prod_relvalconsumer_bugzilla_secret_api_key }}"
|