blob: f81b6a028478cd2f6e68341e4bc7ff8d2553541b [file] [log] [blame]
Luca Prete8d4e8bc2016-08-24 14:49:54 -07001---
2#
3# Installs the ONOS tutorials
4#
5- name: Include vars
6 hosts: localhost
7 tasks:
8 - include_vars: vars/global_vars.yml
9
10- hosts: localhost
11 remote_user: vagrant
12 serial: 1
13 roles:
14 - tutorial-common
15 - tutorial-sdnip
16 - tutorial-optical
17 - tutorial-distributed