adding centos-koji mq user
This commit is contained in:
parent
83b0900ddd
commit
f09d005563
1 changed files with 9 additions and 0 deletions
|
@ -117,3 +117,12 @@
|
||||||
routing_keys:
|
routing_keys:
|
||||||
- "org.centos.{{ env_short }}.gitlab.#"
|
- "org.centos.{{ env_short }}.gitlab.#"
|
||||||
# CENTOS GITLAB END
|
# CENTOS GITLAB END
|
||||||
|
|
||||||
|
# CENTOS KOJI BEGIN
|
||||||
|
- name: CentOS Koji User
|
||||||
|
run_once: true
|
||||||
|
include_role:
|
||||||
|
name: rabbit/user
|
||||||
|
vars:
|
||||||
|
username: koji-centos{{ env_suffix }}
|
||||||
|
# CENTOS KOJI END
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue