Skip to content

Instantly share code, notes, and snippets.

@arafatm
arafatm / Vagrantfile
Created December 12, 2016 17:43 — forked from Sharpie/Vagrantfile
A simple Vagrantfile for spinning up a master-agent pair.
# -*- mode: ruby -*-
# vi: set ft=ruby :
# This configuration requires Vagrant 1.5 or newer and two plugins:
#
# vagrant plugin install vagrant-hosts ~> 2.1.4
# vagrant plugin install vagrant-auto_network ~> 1.0.0
#
# After installation, the following steps will spin up a master and agent that
# can communicate with each other: