mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
rebuild
This commit is contained in:
@@ -298,10 +298,12 @@ project page:</p>
|
||||
<p>By default, ansible uses paramiko to talk to managed nodes over SSH. Paramiko is fast, works
|
||||
very transparently, requires no configuration, and is a good choice for most users.
|
||||
However, it does not support some advanced SSH features that folks will want to use.</p>
|
||||
<p>Starting in version 0.5, if you want to leverage more advanced SSH features (such as Kerberized SSH or jump hosts),
|
||||
pass the flag “–connection=ssh” to any ansible command, or set the
|
||||
ANSIBLE_TRANSPORT environment variable to ‘ssh’. This will cause Ansible to use openssh
|
||||
tools instead.</p>
|
||||
<p class="versionadded">
|
||||
<span class="versionmodified">New in version 0.5.</span></p>
|
||||
<p>If you want to leverage more advanced SSH features (such as Kerberized
|
||||
SSH or jump hosts), pass the flag “–connection=ssh” to any ansible
|
||||
command, or set the ANSIBLE_TRANSPORT environment variable to
|
||||
‘ssh’. This will cause Ansible to use openssh tools instead.</p>
|
||||
<p>If ANSIBLE_SSH_ARGS are not set, ansible will try to use some sensible ControlMaster options
|
||||
by default. You are free to override this environment variable, but should still pass ControlMaster
|
||||
options to ensure performance of this transport. With ControlMaster in use, both transports
|
||||
|
||||
Reference in New Issue
Block a user