mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
added gathering control to ansible, defaults to 'smart'
This commit is contained in:
committed by
Michael DeHaan
parent
a8514dacc3
commit
4dfa40f18e
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user