mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Batcave: add support for fedora-messaging
Install the certificates needed to connect to fedora-messaging Install a configuration file applications can use to send messages to the message bus using fedora-messaging. Create the batcave user in rabbitmq Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
committed by
pingou
parent
0290f57cfb
commit
a21b274209
@@ -38,6 +38,9 @@
|
||||
- role: rabbit/user
|
||||
username: "mirror_pagure_ansible{{ env_suffix }}"
|
||||
when: datacenter != 'iad2'
|
||||
- role: rabbit/user
|
||||
username: "batcave{{ env_suffix }}"
|
||||
when: datacenter != 'iad2'
|
||||
- role: rabbit/queue
|
||||
username: "mirror_pagure_ansible{{ env_suffix }}"
|
||||
queue_name: "mirror_pagure_ansible{{ env_suffix }}"
|
||||
|
||||
Reference in New Issue
Block a user