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:
Brian Stinson 2021-01-28 09:17:53 -06:00
parent 5a18bd3833
commit c497b17e19

View file

@ -125,6 +125,13 @@
name: rabbit/user
vars:
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 ODCS BEGIN