Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/timstaley/empty-vagrant
- Owner: timstaley
- Created: 2015-07-17T11:19:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T12:03:53.000Z (almost 8 years ago)
- Last Synced: 2023-03-22T11:11:29.472Z (over 1 year ago)
- Topics: ansible, vagrant
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 runvagrant 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'.)