Fix the rabbitmq username for mediawiki
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
b12d5b588e
commit
91719644db
1 changed files with 2 additions and 3 deletions
|
@ -32,9 +32,8 @@
|
|||
- apache
|
||||
- fedmsg/base
|
||||
# Set up for fedora-messaging
|
||||
- role: rabbit/queue
|
||||
username: "wiki{{ env_suffix }}"
|
||||
queue_name: "wiki{{ env_suffix }}"
|
||||
- role: rabbit/user
|
||||
username: "mediawiki{{ env_suffix }}"
|
||||
sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(wiki|logger)\..*
|
||||
when: inventory_hostname.startswith('wiki01')
|
||||
- { role: nfs/client, when: env == "staging", mnt_dir: '/mnt/web/attachments', nfs_src_dir: 'fedora_app_staging/app/attachments', mount_stg: true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue