/empty-vagrant

A blank Vagrant-VM setup script with handy Ansible config.

#Empty Vagrant

A mostly-empty Vagrant setup. Useful for whipping up a quick test-box.

Switches on vagrant-cachier, to avoid redownloading apt-packages repeatedly, if you run

vagrant plugin install vagrant-cachier

first.

Also drops in an Ansible config, so you can test Ansible commands directly, instead of needing to re-run vagrant provision each time. (Note you'll need to edit the path to the ssh key under 'ssh_args' if you change the virtual machine name from 'testvm'.)