Skip to content

shedd/vagrantfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant and Ansible Templates

A template Vagrantfile and associated Ansible playbook with some of my most commonly used configurations / directives.

Using the Vagrant-based Development Environment

You'll need VirtualBox, Vagrant, and Ansible installed to use this environment.

Additionally, the following plugin is useful to keep the VirtualBox Guest Additions in sync with the base box:

vagrant plugin install vagrant-vbguest

Fire up the Vagrant VM:

vagrant up

Ensure Ansible has run successfully and provisioned the boxes. If not, try again using vagrant provision

Debugging

If you're having trouble with Vagrant, try enabling Vagrant's logging to see what's going on: export VAGRANT_LOG=info

Links

Vagrant documentation: http://docs.vagrantup.com/v2/

Other useful notes: https://gist.github.com/dergachev/3866825

About

Template Vagrantfile and Ansible playbooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published