scripting

Vagrant for Bash Scripting

Creating a bash script to provision a Vagrant Virtual Machine

Chase Putnam

3 minute read

Coming from a background in systems administration as well as software development, when I first found out about the Vagrant Virtual Machine configuration platform Vagrant by HashiCorp, instead of going toward also learing a new build/configuration management system for Os level configurations and software installation, like Ansible, Chef, or Puppet, I instead first thought about seeing how easy it could be to migrate some local development machine bash configuration scripts to being used with…