Created
April 29, 2017 05:07
-
-
Save scoutman57/e9c705fe1658ec141e98036618a04f78 to your computer and use it in GitHub Desktop.
vagrant plugin install script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant box add dummy https://github.com/mitchellh/vagrant-rackspace/raw/master/dummy.box; | |
vagrant box add dummy https://github.com/displague/vagrant-linode/raw/master/box/linode.box; | |
vagrant box add dummy https://github.com/audiolize/vagrant-softlayer/raw/master/dummy.box; | |
vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box; | |
vagrant box add gce https://github.com/mitchellh/vagrant-google/raw/master/google.box; | |
vagrant box add dummy https://github.com/smdahlen/vagrant-digitalocean/raw/master/box/digital_ocean.box; | |
vagrant box add ikoulacloud https://github.com/klarna/vagrant-cloudstack/raw/master/dummy.box; | |
vagrant plugin install vagrant-rackspace; | |
vagrant plugin install vagrant-linode; | |
vagrant plugin install vagrant-softlayer; | |
vagrant plugin install vagrant-aws; | |
vagrant plugin install vagrant-google; | |
vagrant plugin install vagrant-digitalocean; | |
vagrant plugin install vagrant-cloudstack; | |
vagrant plugin install vagrant-hostmanager; | |
vagrant plugin install vagrant-ip-show; | |
vagrant plugin install vagrant-address; | |
vagrant plugin install vagrant-cachier; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment