Great, glad it worked for you!
On Wed, Nov 11, 2015, 1:27 PM Roy wrote:
> Thanks following works for me.
>
>
> zookeeper.connect={% for node in groups['eventstore-zookeeper-' ] %}{{
> node }}:2181{% if not loop.last %},{% endif %}{% endfor %}
>
> --
> You received this message because you are su
>
> Thanks following works for me.
zookeeper.connect={% for node in groups['eventstore-zookeeper-' ] %}{{ node
}}:2181{% if not loop.last %},{% endif %}{% endfor %}
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this
Hi Roy,
Here is what I use for a mapr drill-override template:
drill.exec: {
cluster-id: "cloud-drillbits",
zk.connect: "{% for host in groups['zookeeper'] %}{{
hostvars[host]['inventory_hostname'] }}:5181{% if not loop.last %},{%
endif %}{% endfor %}"
}
Hope this helps.
On Thu, Nov 5, 2015 at