Skip to content

Instantly share code, notes, and snippets.

@agile
Last active August 29, 2015 13:55
Show Gist options
  • Save agile/8773827 to your computer and use it in GitHub Desktop.
Save agile/8773827 to your computer and use it in GitHub Desktop.
param1={% for z in groups['zookeeper'] %}{% if loop.index > 1 %}:{% endif %}{{ hostvars[z]['ansible_fqdn'] }}:{{ port }}{% endfor %}
param2=something
param3=something
param1=somehost:1234param2=something
param3=something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment