Skip to content

612SoftwareFoundry/vagrantfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository holds different vagrantfiles and associated provisioning for various setups I've needed.

Get Up and Running

  1. Install Virtual Box

  2. Install Vagrant or the gem:

    gem install vagrant

  3. Install Ansible

    brew install ansible

  4. Drop the Vagrantfile, the ansible directory, and ansible.cfg file into your project directory.

  5. Update the project-specific variables in roles/common/vars/main.yml.

  6. Spin up the box

    vagrant up

  7. SSH to the new vagrant box

    vagrant ssh

You will be logged in as the vagrant user. Your project directory will be shared to /vagrant.

About

Vagrantfiles for different development environments we use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published