1
0
Fork 0
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:
Aurélien Bompard 2026-06-02 11:54:21 +02:00
commit 3457eea89b
Signed by untrusted user: abompard
GPG key ID: 31584CFEB9BF64AD

View file

@ -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\..*