Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
#23 parameterize user/pass in defaults/main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Mar 10, 2016
1 parent 618c331 commit 009f3eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/rabbitmq/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ enable_ldap_with: null

broker_port: 5432
mgmt_port: 15432
admin_user: user
admin_password: password
admin_user: {{ amqp.user }}
admin_password: {{ amqp.password }}

vhosts: []
policies: []
Expand Down

0 comments on commit 009f3eb

Please sign in to comment.