Skip to content

Instantly share code, notes, and snippets.

@knakayama
Created May 26, 2016 09:28
Show Gist options
  • Save knakayama/e9b751249e309c174f36f344c994012b to your computer and use it in GitHub Desktop.
Save knakayama/e9b751249e309c174f36f344c994012b to your computer and use it in GitHub Desktop.
---
- name: Test gather_subset
hosts: localhost
connection: local
gather_facts: no
tasks:
- name: Setup
setup:
gather_subset: "!all"
- name: Debug
debug:
var: hostvars[inventory_hostname]
verbosity: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment