mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
iad2: make copr and faf rabbitmq users
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -46,3 +46,17 @@
|
||||
queue_name: rpminspect{{ env_suffix }}
|
||||
routing_keys:
|
||||
- "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 }}
|
||||
|
||||
Reference in New Issue
Block a user