Skip to content

Instantly share code, notes, and snippets.

@lindsm
Created January 6, 2017 01:58
Show Gist options
  • Save lindsm/b1098054c9c2f909b811114740cfe29f to your computer and use it in GitHub Desktop.
Save lindsm/b1098054c9c2f909b811114740cfe29f to your computer and use it in GitHub Desktop.
---
- hosts: localhost
gather_facts: True
tasks:
- name: test
debug: var="{{ hostvars[item] }}"
with_items:
"{{ groups['server'] }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment