Skip to content

Instantly share code, notes, and snippets.

@SuperSandeep
SuperSandeep / Vagrantfile
Created October 30, 2018 18:42 — forked from v6/Vagrantfile
// , Nathan's Vagrantfile for a Disposable Simple Consul server for ACL troubleshooting
# -*- mode: ruby -*-
# vi: set ft=ruby :
 
$script = <<SCRIPT
echo "THIS WILL MAKE A VM WITH 1 CONSUL RUNNING IN SERVER MODE, AND ANOTHER RUNNING IN CLIENT MODE"
echo "Installing dependencies on the new VM created by Vagrant ..."
sudo apt-get update
sudo apt-get install -y unzip curl jq dnsutils