iad2: make copr and faf rabbitmq users
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
387f895e2e
commit
05f2b9366d
1 changed files with 14 additions and 0 deletions
|
@ -46,3 +46,17 @@
|
||||||
queue_name: rpminspect{{ env_suffix }}
|
queue_name: rpminspect{{ env_suffix }}
|
||||||
routing_keys:
|
routing_keys:
|
||||||
- "org.fedoraproject.prod.buildsys.build.state.change.#"
|
- "org.fedoraproject.prod.buildsys.build.state.change.#"
|
||||||
|
|
||||||
|
- name: copr
|
||||||
|
run_once: true
|
||||||
|
include_role:
|
||||||
|
name: rabbit/user
|
||||||
|
vars:
|
||||||
|
username: copr{{ env_suffix }}
|
||||||
|
|
||||||
|
- name: faf
|
||||||
|
run_once: true
|
||||||
|
include_role:
|
||||||
|
name: rabbit/user
|
||||||
|
vars:
|
||||||
|
username: faf{{ env_suffix }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue