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