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


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

--

Legend:

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

    v41 v42  
    9797   }}}
    9898
    99 `shell` module is used to execute an arbitrary shell command:
    100    {{{
    101 #!sh
    102 ansible [-i inventory] [all/server/client]  -s -m shell -a "/usr/sbin/a2enmod status"
     99`command` module is used to execute an arbitrary shell command:
     100   {{{
     101#!sh
     102ansible [-i inventory] [all/server/client]  -s -m command -a "/usr/sbin/a2enmod status"
    103103   }}}
    104104`file` module is used to manipulate files: