Changes between Version 60 and Version 61 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
- Timestamp:
- 03/24/15 21:30:27 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
v60 v61 62 62 }}} 63 63 }}} 64 b. Check to see if your nodes are up and ready. 64 b. Be sure your private key has been added to your SSH agent: 65 {{{ 66 #!div style="background: #ffd; border: 3px ridge; width: 800px;" 67 {{{ 68 ssh-add /path/to/your/private/key 69 }}} 70 }}} 71 c. Check to see if your nodes are up and ready. 65 72 {{{ 66 73 #!div style="background: #ffd; border: 3px ridge; width: 800px;"