Skip to content

Instantly share code, notes, and snippets.

@tgerla
Created May 5, 2015 19:57
Show Gist options
  • Save tgerla/0fa90c601462a665a213 to your computer and use it in GitHub Desktop.
Save tgerla/0fa90c601462a665a213 to your computer and use it in GitHub Desktop.
host-one
host-two
host-three skip_facts=True
host-four
---
- name: gather selective facts
hosts: all
gather_facts: false
tasks:
- name: gather facts
setup:
when: skip_facts is not defined or not skip_facts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment