From 395f85e1bff6fe899490cca5ad87ffff2b17cddf Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Tue, 10 May 2016 10:48:59 +0300 Subject: [PATCH] Highlight SSH protocol types --- docsite/rst/intro_inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_inventory.rst b/docsite/rst/intro_inventory.rst index b63800704e7..d64eb130eb5 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