add this line
client_max_body_size 20M;
to this file
/path/to/vagrant-lamp/ansible/roles/Nginx/templates/nginx.conf.j2
in the 'http' section
then reprovision your capstone.dev site
$ ansible-playbook ansible/playbooks/vagrant/site/php.yml
and you should now be able to upload larger images!