forked from infra/ansible
Add the logdetective-packit user in RabbitMQ
Creating a certificate is not sufficient. Fixes: infra/tickets#12989 Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
3dba4c3d44
commit
74e2f728c5
1 changed files with 8 additions and 0 deletions
|
|
@ -179,3 +179,11 @@
|
|||
# - "#.buildsys.tag"
|
||||
#
|
||||
# ELN END
|
||||
|
||||
- name: LogDetective - Packit
|
||||
run_once: true
|
||||
include_role:
|
||||
name: rabbit/user
|
||||
vars:
|
||||
user_name: logdetective-packit{{ env_suffix }}
|
||||
user_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.logdetective\..*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue