Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timstaley/empty-vagrant

A blank Vagrant-VM setup script with handy Ansible config.
https://github.com/timstaley/empty-vagrant

ansible vagrant

Last synced: about 11 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

#Empty Vagrant

A mostly-empty [Vagrant](https://docs.vagrantup.com) setup.
Useful for whipping up a quick test-box.

Switches on [vagrant-cachier](http://fgrehm.viewdocs.io/vagrant-cachier),
to avoid redownloading apt-packages repeatedly, if you run

vagrant plugin install vagrant-cachier

first.

Also drops in an [Ansible](http://docs.ansible.com/) 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'.)