vagrant/plugins
Gilles Cornu 9bfdaf7e75 provisioners/ansible: introduce ansible_local
With this change, the existing host-based Ansible provisioner is
refactored to share a maximum of code with this new guest-based Ansible
provisioner.

At this stage of development, the existing unit tests are intentionally
modified as little as possible, to keep safe the existing funtionalities.

Other issues resolved by this changeset:
 - Display a warning when running from a Windows host [GH-5292]
 - Do not run `ansible-playbook` in verbose mode when the `verbose` option
   is set to an empty string.
2015-11-08 10:42:48 +01:00
..
commands commands/up: automatically install providers 2015-11-05 13:58:15 -08:00
communicators communicators/winrm: respect boot_timeout when fetching winrm_info 2015-09-02 16:36:23 -05:00
guests Fixes Fedora network issues when biosdevname command is not present. 2015-10-11 23:10:26 +02:00
hosts hosts/windows: install VirtualBox 2015-11-04 19:37:55 -08:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 kernel/v2: box is optional if clone is set 2015-10-08 12:41:16 -04:00
providers commands/up: automatically install providers 2015-11-05 13:58:15 -08:00
provisioners provisioners/ansible: introduce ansible_local 2015-11-08 10:42:48 +01:00
pushes push/local-exec: close temp script, fix inline [GH-5695] 2015-07-06 23:42:07 -06:00
synced_folders update to latest listen 2015-07-09 11:18:36 -06: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.