Search code examples
vagrantchef-infrapuppetansible

Vagrant Remote Box Setup


I have a requirement to setup VM boxes across multiple host machines and this has to be initiated from a single master host. To elaborate bit more, I will have VM templates with different configurations (created as say a VgrantFile) and the master host should initiate connection to the child host and bring up the VM based on a specific template.

Can I use Vagrant for this ? Appreciate if you can suggest alternatives.

Regards


Solution

  • Best I found according to your description:

    https://github.com/fjsanpedro/vagrant-nodemaster

    https://github.com/fjsanpedro/vagrant-node