Add a centos-koji user in rabbitmq that corresponds to the certs
generated for us Note: this is indeed a different user from the one listed before it. koji-centos is used for mbbox. Relates to: https://pagure.io/fedora-infrastructure/issue/9603
This commit is contained in:
parent
5a18bd3833
commit
c497b17e19
1 changed files with 7 additions and 0 deletions
|
@ -125,6 +125,13 @@
|
||||||
name: rabbit/user
|
name: rabbit/user
|
||||||
vars:
|
vars:
|
||||||
username: koji-centos{{ env_suffix }}
|
username: koji-centos{{ env_suffix }}
|
||||||
|
|
||||||
|
- name: CentOS Stream Koji User
|
||||||
|
run_once: true
|
||||||
|
include_role:
|
||||||
|
name: rabbit/user
|
||||||
|
vars:
|
||||||
|
username: centos-koji
|
||||||
# CENTOS KOJI END
|
# CENTOS KOJI END
|
||||||
|
|
||||||
# CENTOS ODCS BEGIN
|
# CENTOS ODCS BEGIN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue