vagrant/test/unit/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 Verify the token is valid when saving 2015-01-09 13:24:53 -05:00
communicators/winrm Fix WinRM elevated shell test 2015-06-10 16:17:30 -07:00
guests Updating the test to see the changes to the mount pass parameter 2015-06-08 09:48:21 +01:00
kernel_v2/config kernel/v2: customizable sudo_command [GH-5573] 2015-07-09 09:30:47 -06:00
providers fix tests 2015-07-09 14:14:30 -06:00
provisioners provisioners/ansible: provide ssh identities via ANSIBLE_SSH_ARGS (when necessary) 2015-07-10 08:51:17 +02:00
pushes push/atlas: ATLAS_TOKEN env var works [GH-5489] 2015-07-06 11:01:50 -06:00
synced_folders commands/rsync-auto: check machine ID prior to sync [GH-4031] 2014-08-06 16:56:09 -07:00