Changes between Version 42 and Version 43 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


Ignore:
Timestamp:
03/16/15 12:59:40 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute

    v42 v43  
    107107ansible [-i inventory] [all/server/client] -s -m file -a "path=/var/www/html state=absent"
    108108   }}}
    109 `synchronize` module is an implementation of `rsync` and is used to efficiently synchronize files between your local machine and the node:
     109`synchronize` module is an implementation of `rsync` and is used to efficiently synchronize files between your local machine and a remote node:
    110110
    111111   {{{