From ec60db3907a7289ada41a71d8adba1b71952ab0c Mon Sep 17 00:00:00 2001 From: Charles Chan Date: Sat, 15 Aug 2015 19:28:23 -0700 Subject: [PATCH 1/2] Update intro_installation.rst Improve documentation. --- docsite/rst/intro_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 472c158eac..50a2803aad 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -105,7 +105,7 @@ open source projects. .. note:: - If you are intending to use Tower as the Control Machine, do not use a source install. Please use apt/yum/pip for a stable version + If you are intending to use Tower as the Control Machine, do not use a source install. Please use OS package manager (eg. apt/yum) or pip to install a stable version. To install from source. From 980f44ccbad9c8fbb810bc793ab678ea1455610e Mon Sep 17 00:00:00 2001 From: Charles Chan Date: Sat, 15 Aug 2015 20:16:05 -0700 Subject: [PATCH 2/2] Update intro_inventory.rst Change 'SSH' to upper case. --- 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 ad144e3d92..5afffb0fe5 100644 --- a/docsite/rst/intro_inventory.rst +++ b/docsite/rst/intro_inventory.rst @@ -199,7 +199,7 @@ Host connection:: ansible_connection Connection type to the host. Candidates are local, smart, ssh or paramiko. The default is smart. -Ssh connection:: +SSH connection:: ansible_ssh_host The name of the host to connect to, if different from the alias you wish to give to it.