openqa AMQP: mark the users as not publish-only
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
be953e0be4
commit
5a7591a618
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
# must listen on prod in several cases so uses the prod user
|
||||
- role: rabbit/user
|
||||
username: "{{ openqa_amqp_prod_username }}"
|
||||
publish_only: false
|
||||
sent_topics: ^org\.fedoraproject\.prod\.(openqa|ci)\..*
|
||||
vars:
|
||||
env: "production"
|
||||
|
@ -55,6 +56,7 @@
|
|||
|
||||
- role: rabbit/user
|
||||
username: "{{ openqa_amqp_stg_username }}"
|
||||
publish_only: false
|
||||
sent_topics: ^org\.fedoraproject\.stg\.(openqa|ci)\..*
|
||||
vars:
|
||||
env: "staging"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue