forked from infra/ansible
Add the RabbitMQ user for the lookaside cache
Fixes: infra/tickets#13380 Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
728b6c57a3
commit
3457eea89b
1 changed files with 8 additions and 0 deletions
|
|
@ -185,3 +185,11 @@
|
|||
vars:
|
||||
user_name: logdetective-packit{{ env_suffix }}
|
||||
user_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.logdetective\..*
|
||||
|
||||
- name: Lookaside cache
|
||||
run_once: true
|
||||
include_role:
|
||||
name: rabbit/user
|
||||
vars:
|
||||
user_name: git-hooks{{ env_suffix }}
|
||||
user_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.git\.lookaside\..*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue