mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Change default gathering policy, add to docs.
This commit is contained in:
parent
18adf07fc6
commit
e639b5382b
4 changed files with 19 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue