Commit a9a8b5d6 by Feanil Patel

Move the cookie to the auth hash.

parent 99527295
{{ rabbitmq_erlang_cookie }}
{{rabbitmq_auth_config.erlang_cookie}}
......@@ -5,6 +5,8 @@ rabbitmq_pkg: "rabbitmq-server"
rabbitmq_config_dir: "/etc/rabbitmq"
rabbitmq_cookie_dir: "/var/lib/rabbitmq"
rabbitmq_cookie_location: "{{rabbitmq_cookie_dir}}/.erlang.cookie"
rabbitmq_erlang_cookie: "DEFAULTCOOKIE"
rabbitmq_port: 5672
rabbitmq_auth_config:
erlang_cookie: "YK+MSzXQskeVz6ap1P5zfg=="
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment