resultsdb: create the resultsdb's rabbitmq user

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon
2019-03-07 12:49:55 +01:00
parent 88e736ddac
commit 41f520fff4

View File

@@ -32,6 +32,10 @@
- { role: fedmsg/base,
when: deployment_type != "dev" }
- { role: dnf-automatic, tags: ['dnfautomatic'] }
# Set up for fedora-messaging
- { role: rabbit/user,
username: "resultsdb{{ env_suffix }}",
when: deployment_type == "stg" }
tasks:
# this is how you include other task lists