vagrant/plugins
Gilles Cornu 3842a1f710 provisioners/ansible: provide ssh identities via ANSIBLE_SSH_ARGS (when necessary)
When provisioning multiple machines in sequence (the default vagrant
behaviour), it doesn't make sense to require to provide the private ssh
key(s) via the custom ansible inventory script/file.

To align with the handling of multiple ssh keys per machine, we won't
rely any longer on `--private-key` command line argument, but only pass
the keys via `ANSIBLE_SSH_ARGS` environment variable.

Note that when vagrant generates the ansible inventory and that only one
key is associated to a VM, this step would be redundant, and therefore
won't be applied.

This change fixes the breaking change introduced by 3d62a91.
2015-07-10 08:51:17 +02:00
..
commands Merge pull request #5887 from msabramo/config.ssh.ssh_command 2015-07-09 14:24:48 -06:00
communicators kernel/v2: customizable sudo_command [GH-5573] 2015-07-09 09:30:47 -06:00
guests Merge pull request #5884 from dcbw/dcbw/fedora-network-mac-address 2015-07-09 16:01:33 -06:00
hosts Merge pull request #5731 from strzibny/rhel 2015-07-06 15:31:26 -06:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 Merge branch 'filter_synced_folders' of https://github.com/maxlinc/vagrant into maxlinc-filter_synced_folders 2015-07-09 15:05:52 -06:00
providers providers/docker: don't remove image on reload for build cache 2015-07-09 14:23:26 -06:00
provisioners provisioners/ansible: provide ssh identities via ANSIBLE_SSH_ARGS (when necessary) 2015-07-10 08:51:17 +02: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.