Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Bash by klindgren ( 5 years ago )
{%- set ns = namespace(first_host="") %}
[
  {version, 1},
  {nodes, [
  {% for host in groups[role_rabbitmq_groups]|sort %}
    {'rabbit@{{ hostvars[host]['ansible_hostname'] }}', disc}
      {%- if loop.first -%} {%- set ns.first_host = host -%} {%- endif -%}
      {%- if not loop.last -%},{%- endif %}
  {% endfor %}
  ]},
  {gospel,
    {node, 'rabbit@{{ hostvars[ns.first_host]['ansible_hostname'] }}'}}
].

 

Revise this Paste

Your Name: Code Language: