mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
resultsdb: create the resultsdb's rabbitmq user
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user