Re: [vagrant-up] Re: Is Vagrant appropriate for setting up non-virtual machine environments?

2014-07-10 Thread Torben Knerr
@Matthew: vagrant-managed-servers is an approach to this, it basically makes `up` and `destroy` noops but lets you use the other vagrant commands such as `provision` and `ssh`: https://github.com/tknerr/vagrant-managed-servers HTH, Torben On Thu, Jul 10, 2014 at 6:24 PM, wrote: > Vagrant is u

[vagrant-up] Re: Is Vagrant appropriate for setting up non-virtual machine environments?

2014-07-10 Thread bmurtagh
Vagrant is used to quickly spin up, provision, and destroy (and rinse-repeat) VMs for development, testing, etc. You can install Vagrant on a physical server and spin up Vagrant VMs (which is probably what most ppl do) and provision servers as needed to your specifications. If you had a virtual