vagrant/test/unit/plugins
Gilles Cornu 306c4f7eda provisioners/ansible: force --connection=ssh
When `--connection` argument is not specified, Ansible will use the
'smart' mode, which can either use `ssh` or `paramiko` transports,
depending of the version of OpenSSH available. If OpenSSH version is new
enough to support ControlPersist technology, `ssh` will be used.
See also http://docs.ansible.com/intro_configuration.html#transport.

In order to support some advanced features of Vagrant (e.g. multiple ssh
private key identities or ssh forwarding), the Ansible provisioner
already must force `ssh` connection mode.

Having to deal with the possible fallback to `paramiko` increase the
burden of special cases that Ansible provisioner must handle, without
any added value, as Vagrant is based on OpenSSH and its users are
usually using modern operating systems.

With this change, the Ansible provisioner will officially only support
`ssh`. It will still be possible to switch to another connection mode
via `raw_arguments`, but it will breach the "contract", and no
(community) support can be expected in such use case.

ref #3900, #3396
2014-11-30 09:50:50 +01:00
..
commands Fix failing test 2014-08-29 11:26:09 -07:00
communicators/winrm Merge pull request #4094 from mitchellh/improved-winrm-command-failure-messaging 2014-08-06 10:44:35 -07:00
guests Merge pull request #4209 from mwrock/smb_sync 2014-10-07 08:19:26 -07:00
kernel_v2/config core: provisioners are defined differently now 2014-10-23 18:40:14 -07:00
providers Merge pull request #4571 from jperville/docker-provider-allow-multiple-links-to-same-backend 2014-10-23 09:45:14 -07:00
provisioners provisioners/ansible: force --connection=ssh 2014-11-30 09:50:50 +01:00
synced_folders commands/rsync-auto: check machine ID prior to sync [GH-4031] 2014-08-06 16:56:09 -07:00