noc: do not try and create a rabbitmq user here in the playbook

The user is created in the cluster role and if we try and do this here,
and don't even pass the username to it, it just fails.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-30 18:10:08 -07:00
parent 90c28879f9
commit bcfa960181

View file

@ -64,7 +64,6 @@
- { role: tftp_server, when: datacenter == 'iad2' }
- { role: nagios_server }
- { role: fedmsg/base, when: deployment_type == "prod" and datacenter != 'iad2'}
- { role: rabbit/user, when: deployment_type == "stg" or datacenter == 'iad2'}
tasks:
- name: install some packages which arent in playbooks