Change default gathering policy, add to docs.

This commit is contained in:
Michael DeHaan 2014-03-19 18:02:49 -04:00
commit e639b5382b
4 changed files with 19 additions and 7 deletions

View file

@ -24,12 +24,13 @@ transport = smart
remote_port = 22
module_lang = C
# This setting controls implicit fact gathering, valid values are
# implicit, explicit or smart (default).
# smart gathers only if facts for that host are not currently in memory.
# implicit set the default of gather_facts to True, explicit sets it
# to False. This does NOT affect explicit 'gather_facts' entries.
gathering = smart
# plays will gather facts by default, which contain information about
# the remote system.
#
# smart - gather by default, but don't regather if already gathered
# implicit - gather by default, turn off with gather_facts: False
# explicit - do not gather by default, must say gather_facts: True
gathering = implicit
# additional paths to search for roles in, colon separated
#roles_path = /etc/ansible/roles