vagrant/plugins
Luis Pabón f0718d620d provisioners/ansible: Put ssh key in the inventory
Vagrant 1.7.1 creates and injects new ssh keys for each virtual machine.
When it started ansible with the "parallel provisioning trick",
it would only send the ssh key of the targeted virtual machine.
With this change, vagrant now stores the ssh key for each virtual
machines directly in the generated ansible inventory, and thus allow
ansible parallelism.

Note that this change is not sufficient, as it would break vagrant
configuration based on a custom inventory (file or script). This issue
will be addressed in a next commit.

Signed-off-by: Luis Pabón <lpabon@redhat.com>
2015-07-10 08:39:49 +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
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: Put ssh key in the inventory 2015-07-10 08:39:49 +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

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.