Changes between Version 29 and Version 30 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


Ignore:
Timestamp:
06/15/15 14:34:19 (9 years ago)
Author:
chmeyer@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup

    v29 v30  
    110110Notice that access to the SAVI machines are by IP address
    111111
    112 == 4. Learn some basic concepts of Ansible ==
    113 
     112== 4. Set up Ansible for your experiment ==
     113
     114{{{
     115#!comment
    114116Ansible (http://docs.ansible.com) is a free, open-source, intuitive IT automation tool that is well-suited to the tasks in this tutorial.  Ansible commands can be run from the command line or put in a YAML file called a ''playbook''.  We will be creating an Ansible playbook to run the parameterized HTTP query described earlier.
    115117
     
    138140
    139141Here are a few Ansible tasks to run, to get some experience with the command-line interface. 
     142
     143}}}
    140144
    141145=== (a) Create an Ansible Hosts file ===