blob: 10f42090e96d4227fb283958c5c0895b4a62821a [file] [log] [blame]
---
#
# Installs Mininet, Wireshark and the latest openflow.lua dissector plugin (Loxi version)
#
- name: Include vars
hosts: localhost
tasks:
- include_vars: vars/global_vars.yml
- hosts: localhost
remote_user: vagrant
serial: 1
roles:
- mininet
- wireshark-custom