Create the RabbitMQ user for CentOS CI
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
1088978ba7
commit
7d472ed5c8
1 changed files with 10 additions and 0 deletions
|
@ -12,3 +12,13 @@
|
|||
queue_name: coreos{{ env_suffix }}
|
||||
routing_keys:
|
||||
- "org.fedoraproject.*.coreos.build.request.*"
|
||||
|
||||
|
||||
- name: CentOS CI
|
||||
run_once: true
|
||||
include_role:
|
||||
name: rabbit/queue
|
||||
vars:
|
||||
username: centos-ci{{ env_suffix }}
|
||||
queue_name: centos-ci{{ env_suffix }}
|
||||
# No routing key right now, to be defined later
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue