vagrant/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
cfengine Fixed suse naming for fcengine cap and refined install command 2014-09-11 10:51:34 +02:00
chef Use Chef Client for Chef Zero 2015-07-09 21:23:42 -06:00
docker provisioners/docker: for debian, chmod the var lib docker folder 2015-07-08 12:13:25 -06:00
file provisioners/file: validate source relative to Vagrantfile path 2015-07-06 14:22:00 -06:00
puppet provisioners/puppet: just quiet the NFS errors for Puppet [GH-5456] 2015-07-06 11:19:32 -06:00
salt Merge pull request #5435 from juiceinc/bugfix/salt-provisioner 2015-07-09 15:02:34 -06:00
shell Style cleanup for new name option 2015-05-30 20:57:49 -07:00