diff --git a/roles/taskotron/resultsdb-backend/templates/config.toml.j2 b/roles/taskotron/resultsdb-backend/templates/config.toml.j2 index 178a39afe4..c540c914ae 100644 --- a/roles/taskotron/resultsdb-backend/templates/config.toml.j2 +++ b/roles/taskotron/resultsdb-backend/templates/config.toml.j2 @@ -1,8 +1,8 @@ # Configuration for fedora-messaging. This file is in the TOML format. # For complete details on all configuration options, see the documentation. -{% if ansible_hostname == "resultsdb01.qa.fedoraproject.org" %} -amqp_url = "amqps://resultsdb{{ env_suffix }}:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub" +{% if ansible_hostname == "resultsdb01.iad2.fedoraproject.org" %} +amqp_url = "amqps://resultsdb{{ env_suffix }}:@rabbitmq01{{ env_suffix }}.iad2.fedoraproject.org/%2Fpubsub" {% else %} amqp_url = "amqps://resultsdb{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" {% endif %}