mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fix a few minor issues in the Getting started document
This commit is contained in:
parent
c876ce4b8a
commit
5c905fd165
1 changed files with 3 additions and 1 deletions
|
@ -65,7 +65,7 @@ do:
|
||||||
$ ssh-agent bash
|
$ ssh-agent bash
|
||||||
$ ssh-add ~/.ssh/id_rsa
|
$ 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:
|
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:
|
Alternatively this can be set by an environment variable:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
$ export ANSIBLE_HOST_KEY_CHECKING=False
|
$ 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.
|
Also note that host key checking in paramiko mode is reasonably slow, therefore switching to 'ssh' is also recommended when using this feature.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue