blob: 0ed5b4c2cdaf300625d16ea654049b68f924ab6f [file] [log] [blame]
---
#
# Clones the Mininet repository and does a full Mininet installation, including Wireshark
#
- name: Cloning the mininet repository
git: repo=https://github.com/mininet/mininet.git dest=mininet
become: true
become_user: ubuntu
- name: Installing mininet
command: mininet/util/install.sh -a