vagrant/test/unit/plugins/provisioners
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
..
ansible provisioners/ansible: provide ssh identities via ANSIBLE_SSH_ARGS (when necessary) 2015-07-10 08:51:17 +02:00
chef Fix command builder tests 2015-07-09 21:36:50 -06:00
docker provisioners/docker: support restart flag [GH-4477] 2015-07-07 12:17:24 -06:00
file provisioners/file: validate source relative to Vagrantfile path 2015-07-06 14:22:00 -06:00
salt Issue #4895: Support grains config for salt 2014-12-02 18:01:09 -04:00
shell adding failing tests for fixnum args in an array. 2014-07-22 15:41:01 -04:00
support/shared provisioners/ansible: use strict boolean options 2014-04-12 13:48:15 +02:00