diff --git a/roles/mirror_pagure_ansible/templates/mirror_pagure_ansible.cfg b/roles/mirror_pagure_ansible/templates/mirror_pagure_ansible.cfg index e86bc951a7..6ac718e12f 100644 --- a/roles/mirror_pagure_ansible/templates/mirror_pagure_ansible.cfg +++ b/roles/mirror_pagure_ansible/templates/mirror_pagure_ansible.cfg @@ -31,8 +31,10 @@ app = "mirror_from_pagure" app_url = "https://pagure.io/fedora-infra/mirror_from_pagure" app_contacts_email = ["pingou@fedoraproject.org"] -{% if inventory_hostname.startswith('batcave01.') %} +{% if inventory_hostname.startswith('batcave01.phx2') %} [queues."mirror_pagure_ansible{{ env_suffix }}"] +{% elif inventory_hostname.startswith('batcave01.iad2') %} +[queues."mirror_pagure_ansible{{ env_suffix }}_iad2"] {% elif inventory_hostname.startswith('batcave13.') %} [queues."mirror_pagure_ansible{{ env_suffix }}_13"] {% endif %}