mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Correct --private-key argument name in Getting Started
This commit is contained in:
@@ -197,7 +197,7 @@ Set up SSH agent to avoid retyping passwords:
|
||||
$ ssh-agent bash
|
||||
$ 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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user