From 91719644db8605f794b369b766fcbf15cb28d1bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 3 Jul 2023 17:14:06 +0200 Subject: [PATCH] Fix the rabbitmq username for mediawiki MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- playbooks/groups/wiki.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/wiki.yml b/playbooks/groups/wiki.yml index cbea542404..a3ec8526f6 100644 --- a/playbooks/groups/wiki.yml +++ b/playbooks/groups/wiki.yml @@ -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 }