- VirtualBox - open-source hypervisor to create virtual machines
- Vagrant - command line tool to manage virtual machines
- [Optional] NFS support (not supported on Windows) to share folders:
sudo apt-get install nfs-kernel-server
. See also GitHub discussion - Python3 with venv (you sould be able to run python3 -m venv venv) or python2 with virtualenv or Ansible
- Install ansible playbook requirements:
make install
oransible-galaxy install --force --role-file=requirements.yml