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.