mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add SSH-agent usage instructions
This commit is contained in:
@@ -35,6 +35,8 @@ Comamnd line usage example
|
|||||||
|
|
||||||
Run a module by name with arguments
|
Run a module by name with arguments
|
||||||
|
|
||||||
|
ssh-agent bash
|
||||||
|
ssh-add ~/.ssh/id_rsa.pub
|
||||||
ansible -p "*.example.com" -m modName -a "arg1 arg2"
|
ansible -p "*.example.com" -m modName -a "arg1 arg2"
|
||||||
|
|
||||||
API Example
|
API Example
|
||||||
|
|||||||
Reference in New Issue
Block a user