vagrant/plugins
Chris Roberts fd4da92245 Check file size prior to upload and automatically adjust options
When uploading box file, check if the size is greater than
    5GB. If the size is larger and the direct to storage option
    is enabled, disable the option due to current 5GB restriction
    on direct uploads.
2021-03-23 15:11:32 -07:00
..
commands Check file size prior to upload and automatically adjust options 2021-03-23 15:11:32 -07:00
communicators Check for nil return from forwarded ports cap 2020-08-19 17:13:33 -05:00
guests Detect fedora using os-releases id 2021-03-11 11:50:43 -06:00
hosts Persist synced folders in action 2020-08-19 15:00:40 -05:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 let the user configure the cloud_init mime part content-disposition filename 2020-10-28 15:57:45 -05:00
providers Merge pull request #12211 from soapy1/get-default-dhcp-ip 2021-03-08 13:57:46 -06:00
provisioners FreeBSD updated ansible to py37-ansible 2021-02-20 18:35:07 +03:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Extract os friendly mount name for vbox shared folders 2021-02-10 15:25:56 -06:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.