blob: f81b6a028478cd2f6e68341e4bc7ff8d2553541b [file] [log] [blame]
---
#
# Installs the ONOS tutorials
#
- name: Include vars
hosts: localhost
tasks:
- include_vars: vars/global_vars.yml
- hosts: localhost
remote_user: vagrant
serial: 1
roles:
- tutorial-common
- tutorial-sdnip
- tutorial-optical
- tutorial-distributed