Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabortoth-hu/vagrant-ssd
A Vagrant plugin to set all virtual disks to nonrotational type.
https://github.com/gabortoth-hu/vagrant-ssd
plugin vagrant
Last synced: about 22 hours ago
JSON representation
A Vagrant plugin to set all virtual disks to nonrotational type.
- Host: GitHub
- URL: https://github.com/gabortoth-hu/vagrant-ssd
- Owner: gabortoth-hu
- Created: 2020-10-27T08:19:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-13T08:33:15.000Z (about 4 years ago)
- Last Synced: 2024-04-28T15:45:24.622Z (9 months ago)
- Topics: plugin, vagrant
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-ssd
A Vagrant plugin to set all virtual disks to nonrotational. Inspired by [vagrant-disksize](https://github.com/sprotheroe/vagrant-disksize).
## Installation / usage
Use the following command:
```
vagrant plugin install vagrant-ssd
```
...or set it in Vagrantfile plugins section:
```
Vagrant.configure("2") do |config|
config.vagrant.plugins =["vagrant-ssd", ...]
...
end
```## Limitations
It works with Virtualbox provider only.## License
The gem is available as open source under the terms of the MIT License.