From 20df50e11c1b3294e3c8fa2e33afaef8ef8ab574 Mon Sep 17 00:00:00 2001 From: "E. Dunham" Date: Sat, 6 Jun 2015 21:35:51 -0700 Subject: [PATCH] Fix confusing wording about aliases Point out that nicknames for hosts can go in the hosts file, by fixing wording that seemed contradictory. --- 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 5c38372e76..6dcaff008b 100644 --- a/docsite/rst/intro_inventory.rst +++ b/docsite/rst/intro_inventory.rst @@ -46,7 +46,7 @@ To make things explicit, it is suggested that you set them if things are not run 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