Skip to content

Instantly share code, notes, and snippets.

@mohclips
Created February 9, 2017 18:34
Show Gist options
  • Save mohclips/a9da53f17f5e7a592a0281b9d13612dc to your computer and use it in GitHub Desktop.
Save mohclips/a9da53f17f5e7a592a0281b9d13612dc to your computer and use it in GitHub Desktop.
csv list output in jinja/ansible
hosts: [
{% set comma = joiner(",") %}
{% for es in elastic_search_hosts %}
{{ comma() }}"{{ es }}"
{% endfor %}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment