Skip to content

Instantly share code, notes, and snippets.

@tgerla
Created July 9, 2015 20:28
Show Gist options
  • Save tgerla/7154cb38b265bf6eb572 to your computer and use it in GitHub Desktop.
Save tgerla/7154cb38b265bf6eb572 to your computer and use it in GitHub Desktop.
{% for host in groups['mygroup'] %}
{% if host != inventory_hostname %}
...something {{host}}
{% endif %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment