From e647a9b6e031fe6648ac86bb55e77af09e1ad94c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 28 Feb 2019 10:23:45 +0100 Subject: [PATCH] release-monitoring: Create a queue and user for RabbitMQ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- playbooks/openshift-apps/release-monitoring.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/openshift-apps/release-monitoring.yml b/playbooks/openshift-apps/release-monitoring.yml index 21ddf23b67..5fd45b5b5a 100644 --- a/playbooks/openshift-apps/release-monitoring.yml +++ b/playbooks/openshift-apps/release-monitoring.yml @@ -9,6 +9,12 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: + - role: rabbit/queue + username: anitya + queue_name: anitya + routing_keys: + - "#" + - role: openshift/project app: release-monitoring description: release-monitoring