Skip to content

Instantly share code, notes, and snippets.

@halberom
Created December 19, 2013 14:30
Show Gist options
  • Save halberom/8039933 to your computer and use it in GitHub Desktop.
Save halberom/8039933 to your computer and use it in GitHub Desktop.
example of hostvars
{% for host in groups['staging'] %}
{{ hostvars[host]['yprox_hostname'] }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment