|
|
|
@ -24,9 +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.
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
|
# additional paths to search for roles in, colon separated
|
|
|
|
|