summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-10-08 02:12:50 +0200
committerBrian Coca <brian.coca+git@gmail.com>2016-10-08 02:13:53 +0200
commit7b2f15453da89e4832d5ac462eebecf86ee13fb1 (patch)
tree066e2dcc918ef699284965cc754b51422e45051e /examples
parentremoved non-feature -include in requirements.txt (diff)
downloadansible-7b2f15453da89e4832d5ac462eebecf86ee13fb1.tar.xz
ansible-7b2f15453da89e4832d5ac462eebecf86ee13fb1.zip
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')
-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)