summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Bocharsky <bocharsky.bw@gmail.com>2016-05-10 10:48:59 +0300
committerVictor Bocharsky <bocharsky.bw@gmail.com>2016-05-10 10:48:59 +0300
commit395f85e1bff6fe899490cca5ad87ffff2b17cddf (patch)
tree9c5fd9de5fc3fb973f5c26c512a4323512d4b62d
parent30decd5e0ac27c6fd68a530f334f72deed9698e5 (diff)
downloadansible-395f85e1bff6fe899490cca5ad87ffff2b17cddf.tar.gz
Highlight SSH protocol types
-rw-r--r--docsite/rst/intro_inventory.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/intro_inventory.rst b/docsite/rst/intro_inventory.rst
index b63800704e..d64eb130eb 100644
--- a/docsite/rst/intro_inventory.rst
+++ b/docsite/rst/intro_inventory.rst
@@ -203,7 +203,7 @@ As alluded to above, setting the following variables controls how ansible intera
Host 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