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. 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.