Hello,
recently i have found the need to manage all computers of an organization running Vagrant and i found that it was a tedious task to do that individually.
That' why i have developed two plugins to do that task centralizelly. These plugin are Vagrant-node and Vagrant-nodemaster. The first one, Vagrant-node, must be installed in every computer running Vagrant virtual machines and you want to manage. It exposes a rest api that allows you to control the node. The second one, Vagrant-nodemaster, can be installed in your work machine and it enables you to execute commands to remote computers as if it were in local.
Also i have developed new functionallity to them, like snapshot and backup.
The project is still in a beta stage and that's why there are some lacks that will be implemented soon. The main one is that there is no authetication mechanism.
This is a one man project and my first ruby project also, so any comment will be appreciated. Besides, due to organization requirements i am beginning the developing of a web application to do the managent via web.
Regards
PS: