Set up logging user in RabbitMQ
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
8d139003e8
commit
15d5b3c80e
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
||||||
service: HTTP
|
service: HTTP
|
||||||
host: "admin.fedoraproject.org"
|
host: "admin.fedoraproject.org"
|
||||||
when: env == "production"
|
when: env == "production"
|
||||||
|
# Set up for fedora-messaging
|
||||||
|
- role: rabbit/user
|
||||||
|
username: "logging{{ env_suffix }}"
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue