batcave: Move from mirror_pagure_ansible to mirror_forge_ansible.

Signed-off-by: James Antill <james@and.org>
This commit is contained in:
James Antill
2026-02-16 18:17:13 -05:00
parent 7053ad1c4f
commit 03865d03b3

View File

@@ -35,10 +35,10 @@
user_name: "batcave{{ env_suffix }}"
user_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(ansible|git|infragit|logger)\..*
- role: rabbit/queue
queue_username: "mirror_pagure_ansible{{ env_suffix }}"
queue_name: "mirror_pagure_ansible{{ env_suffix }}"
queue_username: "mirror_forge_ansible{{ env_suffix }}"
queue_name: "mirror_forge_ansible{{ env_suffix }}"
queue_routing_keys:
- "io.pagure.*.pagure.git.receive"
- "org.fedoraproject.prod.forgejo.push"
queue_thresholds:
warning: 10
critical: 100
@@ -48,7 +48,7 @@
when: datacenter == 'rdu3'
- { role: nfs/client, when: inventory_hostname.startswith('batcave'), mnt_dir: '/srv/web/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' }
- { role: nfs/client, when: inventory_hostname.startswith('batcave01'), mnt_dir: '/mnt/fedora/app', nfs_src_dir: 'fedora_app/app' }
- { role: mirror_pagure_ansible, tags: ['mirror_pagure_ansible'] }
- { role: mirror_forge_ansible, tags: ['mirror_forge_ansible'] }
- kickstarts
pre_tasks: