mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #15799 from bocharsky-bw/patch-1
Highlight SSH protocol types
This commit is contained in:
commit
2cc50c6dc6
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ As alluded to above, setting the following variables controls how ansible intera
|
||||||
Host connection:
|
Host connection:
|
||||||
|
|
||||||
ansible_connection
|
ansible_connection
|
||||||
Connection type to the host. This can be the name of any of ansible's connection plugins. SSH protocol types are smart, ssh or paramiko. The default is smart. Non-SSH based types are described in the next section.
|
Connection type to the host. This can be the name of any of ansible's connection plugins. SSH protocol types are ``smart``, ``ssh`` or ``paramiko``. The default is smart. Non-SSH based types are described in the next section.
|
||||||
|
|
||||||
|
|
||||||
.. include:: ansible_ssh_changes_note.rst
|
.. include:: ansible_ssh_changes_note.rst
|
||||||
|
|
Loading…
Reference in a new issue