Skip to content
Snippets Groups Projects
Commit 84540a06 authored by Sam Yaple's avatar Sam Yaple
Browse files

Revert "fix miss rabbitmq config when hostname include special character"

This change breaks ubuntu

This reverts commit 04992a3d.

Change-Id: I5e38d4c4a37ee90603ad04ab4b9d03298b6b2eb2
parent 04992a3d
No related branches found
No related tags found
No related merge requests found
[
{version, 1},
{nodes, [
{% for host in groups['rabbitmq'] %} {'rabbit@{{ hostvars[host]['ansible_hostname'] }}', disc}{% if not loop.last %},{% endif %}
{% for host in groups['rabbitmq'] %} {rabbit@{{ hostvars[host]['ansible_hostname'] }}, disc}{% if not loop.last %},{% endif %}
{% endfor %}
]},
{gospel, {node, 'rabbit@{{ hostvars[groups['rabbitmq'][0]]['ansible_hostname'] }}'}}
{gospel, {node, rabbit@{{ hostvars[groups['rabbitmq'][0]]['ansible_hostname'] }}}}
].
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment