vagrant/plugins
Taru Garg a241e79fc4
Fix Ansible Install capability for RHEL like system with version >= 10 (#13701)
On RHEL-like systems with major version >= 10, the current Ansible installation logic incorrectly parses the version from rpm -E %dist. This is because the current inline sed command that only extracts the first character of the version string—so for version 10, it extracts only 1, resulting in an incorrect download URL.
2025-08-07 20:07:19 +05:30
..
commands Remove server mode checks 2025-04-24 13:04:07 -07:00
communicators Add a :none communicator 2025-04-22 15:50:36 -07:00
guests Only clean up /etc/fstab if it really contains Vagrant data 2025-06-06 01:39:34 +05:30
hosts Add basic oscdimg detection on Windows 2025-05-20 17:52:39 -07:00
kernel_v1 add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
kernel_v2 Update cloud-init behavior and iso generation 2025-05-14 12:57:03 -07:00
providers Fix HyperV XML: System.Xml.XmlElement & The minimum amount (#13691) 2025-07-18 12:10:36 +05:30
provisioners Fix Ansible Install capability for RHEL like system with version >= 10 (#13701) 2025-08-07 20:07:19 +05:30
pushes Update Vagrant behavior outside of installers 2025-04-02 11:40:17 -07:00
synced_folders Remove nofail option from smb synced folder mount options 2025-04-08 15:46:01 -07:00
README.md Return a result from an up action 2022-04-25 12:23:51 -05: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.

Generate proto

grpc_tools_ruby_protoc -I . --ruby_out=gen/plugin --grpc_out=gen/plugin ./plugin_server.proto