1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix confusing wording about aliases

Point out that nicknames for hosts can go in the hosts file, by fixing wording that seemed contradictory.
This commit is contained in:
E. Dunham 2015-06-06 21:35:51 -07:00
parent 522c1cde9b
commit 20df50e11c

View file

@ -46,7 +46,7 @@ To make things explicit, it is suggested that you set them if things are not run
badwolf.example.com:5309 badwolf.example.com:5309
Suppose you have just static IPs and want to set up some aliases that don't live in your host file, or you are connecting through tunnels. You can do things like this:: Suppose you have just static IPs and want to set up some aliases that live in your host file, or you are connecting through tunnels. You can also describe hosts like this::
jumper ansible_ssh_port=5555 ansible_ssh_host=192.168.1.50 jumper ansible_ssh_port=5555 ansible_ssh_host=192.168.1.50