Skip to content

Instantly share code, notes, and snippets.

@echeipesh
Created June 3, 2014 13:49
Show Gist options
  • Save echeipesh/2f432a917adcd00f44fa to your computer and use it in GitHub Desktop.
Save echeipesh/2f432a917adcd00f44fa to your computer and use it in GitHub Desktop.
Ansible template over all host variables in a group
{% for host in groups['master'] %}
{{ hostvars[host]['private_ip'] }}
{% endfor %} 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment