One man. One mission. Configure a Vagrant machine with Ansible for use as a Python development environment.
I have attempted to provision a Vagrant machine with Ansi
It's trying to install pip by using easy_install name=pip. That's outdated, easy_install should no longer be used.
easy_install name=pip
easy_install
The current approach is to run get-pip.py (see installation instructions). The command to run in Ansible is then python get-pip.py.
get-pip.py
python get-pip.py