Commit 5c905fd1 by Lars Francke

Fix a few minor issues in the Getting started document

parent c876ce4b
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment