mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
added gathering control to ansible, defaults to 'smart'
This commit is contained in:
parent
a8514dacc3
commit
4dfa40f18e
4 changed files with 14 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue