added gathering control to ansible, defaults to 'smart'

This commit is contained in:
Brian Coca 2014-03-15 16:19:28 -04:00 committed by Michael DeHaan
commit 4dfa40f18e
4 changed files with 14 additions and 4 deletions

View file

@ -24,6 +24,11 @@ transport = smart
remote_port = 22
module_lang = C
# controls implicit fact gathering (always, never or smart).
# smart gathers only if not currently in memory.
# does NOT affect explicit 'gather_facts' entries.
gathering = smart
# additional paths to search for roles in, colon separated
#roles_path = /etc/ansible/roles