From 5c905fd165752c6ecb99a3814c1e4fc8f3eabaa9 Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Sun, 20 Oct 2013 23:44:19 +0200 Subject: [PATCH] Fix a few minor issues in the Getting started document --- docsite/rst/intro_getting_started.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docsite/rst/intro_getting_started.rst b/docsite/rst/intro_getting_started.rst index f34ed67756b..f0f7b48cea6 100644 --- a/docsite/rst/intro_getting_started.rst +++ b/docsite/rst/intro_getting_started.rst @@ -65,7 +65,7 @@ do: $ ssh-agent bash $ ssh-add ~/.ssh/id_rsa -(Depending on your setup, you may wish to ansible's --private-key option to specify a pem file instead) +(Depending on your setup, you may wish to use Ansible's --private-key option to specify a pem file instead) Now ping all your nodes: @@ -119,6 +119,8 @@ If you wish to disable this behavior and understand the implications, you can do Alternatively this can be set by an environment variable: +.. code-block:: bash + $ export ANSIBLE_HOST_KEY_CHECKING=False Also note that host key checking in paramiko mode is reasonably slow, therefore switching to 'ssh' is also recommended when using this feature.