release-monitoring: Create a queue and user for RabbitMQ
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
45e9dbcade
commit
e647a9b6e0
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@
|
|||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
roles:
|
||||
- role: rabbit/queue
|
||||
username: anitya
|
||||
queue_name: anitya
|
||||
routing_keys:
|
||||
- "#"
|
||||
|
||||
- role: openshift/project
|
||||
app: release-monitoring
|
||||
description: release-monitoring
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue