blob: 10f42090e96d4227fb283958c5c0895b4a62821a [file] [log] [blame]
Luca Prete8d4e8bc2016-08-24 14:49:54 -07001---
2#
3# Installs Mininet, Wireshark and the latest openflow.lua dissector plugin (Loxi version)
4#
5- name: Include vars
6 hosts: localhost
7 tasks:
8 - include_vars: vars/global_vars.yml
9
alshabibbdb7b372016-05-25 09:46:49 -070010- hosts: localhost
11 remote_user: vagrant
12 serial: 1
13 roles:
14 - mininet
Luca Prete8d4e8bc2016-08-24 14:49:54 -070015 - wireshark-custom