summaryrefslogtreecommitdiff
path: root/examples/ansible.cfg
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-10-07 20:12:50 -0400
committerBrian Coca <brian.coca+git@gmail.com>2016-10-07 20:13:53 -0400
commit7b2f15453da89e4832d5ac462eebecf86ee13fb1 (patch)
tree066e2dcc918ef699284965cc754b51422e45051e /examples/ansible.cfg
parent1e8d0110ef44b3535543d466ee34f8d41b1c46de (diff)
downloadansible-7b2f15453da89e4832d5ac462eebecf86ee13fb1.tar.gz
make explicit the scope of config's gather_subset
it only affects the invocation of setup triggered by the gather_facts directive in plays (explicit or implicit)
Diffstat (limited to 'examples/ansible.cfg')
-rw-r--r--examples/ansible.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index f8aa4ef887..6bb22c3f23 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -33,7 +33,8 @@
# explicit - do not gather by default, must say gather_facts: True
#gathering = implicit
-# by default retrieve all facts subsets
+# This only affects the gathering done by a play's gather_facts directive,
+# by default gathering retrieves all facts subsets
# all - gather all subsets
# network - gather min and network facts
# hardware - gather hardware facts (longest facts to retrieve)