Created
May 5, 2015 19:57
-
-
Save tgerla/0fa90c601462a665a213 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
host-one | |
host-two | |
host-three skip_facts=True | |
host-four |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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