vagrant/plugins/provisioners
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
..
ansible provisioners/ansible: prefer ssh '-i' argument 2015-12-16 10:29:13 +01:00
cfengine Use dnf on Fedora guests instead of yum if available. 2015-09-20 09:30:49 +02:00
chef Use the new presence helpers in the Chef provisioner 2015-11-23 18:33:47 -05:00
docker Do not fail if uninstalling lxc/docker-io fails 2015-11-19 18:37:57 -08:00
file provisioners/file: validate source relative to Vagrantfile path 2015-07-06 14:22:00 -06:00
puppet Merge pull request #6389 from grafjo/fix_6151 2015-11-18 14:59:58 -08:00
salt Fixing the Salt bootstrap script for Windows 2015-11-18 21:55:32 -06:00
shell Add :env option to shell provisioner 2015-11-23 19:29:35 -05:00