Vagrant

Vagrant - Multi-Group Ansible Provisioning

2 minute read

As I continue to develop different scenario testing I continually try to leverage a common Vagrantfile across scenarios while only having to adjust variables...

Vagrant Box Templates

4 minute read

Over the past few months I have been putting together some Vagrant box templates based on different Linux distros all using Packer. My goal is to have a stan...

Vagrant - Complex Vagrantfile Configurations

8 minute read

I will be using this a reference for adding various Vagrant configurations for setting up testing environments. I really just wanted to put this out here bec...

Vagrant - Ansible Provisioning multi-nodes

1 minute read

I am just throwing this out here for my own reference because I seem to always forget how to do this when spinning up multiple nodes within a Vagrant environ...

Vagrant - Adding a second hard drive

3 minute read

I was just working on some Vagrant lab stuff and had a need to spin up a Vagrant node with more than one hard drive. So I turned to google and did some searc...

Packer - Vagrant - Ansible - Windows

6 minute read

While doing some Packer builds for Windows Server 2012 R2 to be used with Vagrant in order to do some Ansible learning I stumbled across this issue.

Vagrant - Multi-NIC Definitions via YAML

4 minute read

I am currently working on a little routing project to use as a learning tool for others to easily consume by using Vagrant and Ansible (Inspired by this post...

Learning Vagrant and Ansible Provisioning

3 minute read

After attending Tech Field Day (#NFD10) there was a great deal of discussion around using Vagrant and Ansible for building out environments and provisioning ...