Skip to content

Instantly share code, notes, and snippets.

@drybjed
Created May 24, 2014 18:54
Show Gist options
  • Save drybjed/bd8a9e2e5ccd8244e1e2 to your computer and use it in GitHub Desktop.
Save drybjed/bd8a9e2e5ccd8244e1e2 to your computer and use it in GitHub Desktop.
127.0.0.1 localhost
::1 localhost
{% for host in groups['all'] %}
{# {{ hostvars[host]['ansible_default_ipv4'].address }} {{ hostvars[host]['ansible_fqdn'] }} {{ hostvars[host]['ansible_hostname'] }} #}
{{ host }}
{{ hostvars['pyke']['ansible_default_ipv4']['address'] }}
{# {{ hostvars | to_nice_json }} #}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment