vagrant/plugins
Gilles Cornu 25ff027b08 provisioners/ansible_local: use the inventory directory
Like in the (remote) `ansible` provisioner, it is preferred to pass the
directory that contains the generated inventory file. This way, advanced
inventory usages can be achieved by adding more inventory files into the
same directory.

Related to #2103 and #6500

[ci skip]
2015-12-08 23:02:58 +01:00
..
commands Fix `uninitialized constant` error in `vagrant powershell` command 2015-12-05 17:24:58 +03:00
communicators Use the correct option for sending the environment 2015-11-19 18:08:47 -08:00
guests Merge pull request #6582 from LalatenduMohanty/fedora-guest-detection 2015-11-23 17:04:03 -05:00
hosts install VB 5.0.10 2015-11-23 22:54:31 -08:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 kernel/v2: fix a bug in WinRM port forwarding 2015-11-23 18:51:12 +01:00
providers Rename network to interface 2015-12-08 11:05:39 -05:00
provisioners provisioners/ansible_local: use the inventory directory 2015-12-08 23:02:58 +01:00
pushes Use subprocess as a poor-man's exec for local-exec 2015-11-19 17:03:39 -08:00
synced_folders synced_folders/smb: use cred files [GH-4230] 2015-11-23 11:11:50 -08:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

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.