Commit 81ee2412 by Brian Coca

Merge pull request #11970 from charleswhchan/patch-1

Update intro_installation.rst
parents c7016481 980f44cc
...@@ -105,7 +105,7 @@ open source projects. ...@@ -105,7 +105,7 @@ open source projects.
.. note:: .. 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. To install from source.
......
...@@ -199,7 +199,7 @@ Host connection:: ...@@ -199,7 +199,7 @@ Host connection::
ansible_connection ansible_connection
Connection type to the host. Candidates are local, smart, ssh or paramiko. The default is smart. Connection type to the host. Candidates are local, smart, ssh or paramiko. The default is smart.
Ssh connection:: SSH connection::
ansible_ssh_host ansible_ssh_host
The name of the host to connect to, if different from the alias you wish to give to it. The name of the host to connect to, if different from the alias you wish to give to it.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment