An ansible vagrant provision for my demos using: ubuntu/precise64 with tasks:
- java from mhamrah/ansible-java8
- rails from horaceheaven/quick-rails
##Execution Steps:##
###using box_url on precise-server box
- run
vagrant up
- connect over ssh
vagrant ssh
###using local file precise-server box
- download ubuntu/precise64 box
- move it to a local directory
- edit Vagrantfile and set config.vm.box_url with the approprate local path to your box
- run
vagrant up
- connect over ssh
vagrant ssh
##Credits## This repository was initial cloned from horaceheaven/vagrant-ansible-docker