Merge pull request #11970 from charleswhchan/patch-1
Update intro_installation.rst
This commit is contained in:
commit
81ee2412a4
2 changed files with 2 additions and 2 deletions
|
@ -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::
|
||||||
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.
|
||||||
|
|
Loading…
Reference in a new issue