mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
Mention envrionment variable configuration.
This commit is contained in:
@@ -350,7 +350,11 @@ If you wish to disable this behavior and understand the implications, you can do
|
||||
[default]
|
||||
host_key_checking = False
|
||||
|
||||
Usage of host key checking in paramiko mode is reasonably slow, therefore switching to 'ssh' is also recommended when using this
|
||||
Alternatively this can be set by an environment variable:
|
||||
|
||||
$ export ANSIBLE_HOST_KEY_CHECKING=False
|
||||
|
||||
Also note that host key checking in paramiko mode is reasonably slow, therefore switching to 'ssh' is also recommended when using this
|
||||
feature.
|
||||
|
||||
.. seealso::
|
||||
|
||||
Reference in New Issue
Block a user