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:
parent
90c28879f9
commit
bcfa960181
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue