1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add SSH-agent usage instructions

This commit is contained in:
Michael DeHaan 2012-02-23 14:19:28 -05:00
parent c4f6d493b3
commit b9426ef99a

View file

@ -35,6 +35,8 @@ Comamnd line usage example
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"
API Example