Set up logging user in RabbitMQ

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-07-23 12:16:32 +02:00
parent 8d139003e8
commit 15d5b3c80e

View file

@ -29,6 +29,9 @@
service: HTTP
host: "admin.fedoraproject.org"
when: env == "production"
# Set up for fedora-messaging
- role: rabbit/user
username: "logging{{ env_suffix }}"
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"