mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct --private-key argument name in Getting Started
This commit is contained in:
parent
4c64d0d6be
commit
b814f3dc66
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ Set up SSH agent to avoid retyping passwords:
|
||||||
$ 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-file option to specify a pem file instead)
|
(Depending on your setup, you may wish to ansible's --private-key option to specify a pem file instead)
|
||||||
|
|
||||||
Now ping all your nodes:
|
Now ping all your nodes:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue