vagrant/test/unit
Gilles Cornu ddbd2a4cfc provisioners/ansible: prefer ssh '-i' argument
In cd93721, I relied on a suprising combination of quotes to protect ssh
execution to strip the quoted path to the private key file.
Since any ssh command line argument can be passed via
`ANSIBLE_SSH_ARGS`, it is quite more readable and easy to rely on the
`-i` argument, which is not affected like `-o IdentityFile=...` and also
supports multiple occurences.

See also http://sourceforge.net/p/fuse/mailman/message/30498048/

Finally fix #6671

Note that I decided to not squash both commits for better
documentation and traceability.
2015-12-16 10:29:13 +01:00
..
plugins provisioners/ansible: prefer ssh '-i' argument 2015-12-16 10:29:13 +01:00
support core: more heuristics for determining Cygwin 2015-11-21 11:17:36 -08:00
templates/guests SUSE-flavored systems uses STARTMODE and not ONBOOT 2015-11-08 16:09:04 +01:00
vagrant Merge pull request #6603 from mitchellh/sethvargo/cleanup_output 2015-12-14 15:41:17 -08:00
base.rb Add vagrant-login to core ;) 2014-12-08 18:26:36 -08:00
vagrant_test.rb Add a function to get to the "original" environment with Vagrant 2015-07-09 12:34:04 -06:00