From ff444d39fa695595f45eee52c768597779c5f506 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 7 May 2019 09:25:05 +0200 Subject: [PATCH] elections: Create the elections user in rabbitmq Signed-off-by: Pierre-Yves Chibon --- playbooks/openshift-apps/elections.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/openshift-apps/elections.yml b/playbooks/openshift-apps/elections.yml index f0c003edbc..e8f8c5ee40 100644 --- a/playbooks/openshift-apps/elections.yml +++ b/playbooks/openshift-apps/elections.yml @@ -9,6 +9,9 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: + - role: rabbit/user + username: "elections{{ env_suffix }}" + - role: openshift/project app: elections description: Fedora Elections apps