Skip to content

Instantly share code, notes, and snippets.

@PoplarYang
Created July 17, 2019 06:46
Show Gist options
  • Select an option

  • Save PoplarYang/0bbaacdaa38276a74176d9448b4530fa to your computer and use it in GitHub Desktop.

Select an option

Save PoplarYang/0bbaacdaa38276a74176d9448b4530fa to your computer and use it in GitHub Desktop.
[vars:hosts]
{% for id, host in (groups.hosts | infos(hostvars)).iteritems() %}
phenix_zone{{ id }}={{ host | join(',') }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment