Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 728 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 728 Bytes

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.