Merge pull request #3851 from andyfeller/ansible-redhat-sftp-limitation-documentation
Updated ansible provisioner documentation to cite situation encounter…
This commit is contained in:
commit
4214464065
|
@ -100,4 +100,11 @@ Optional Parameters:
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
The `ansible` provisioner does not support SCP to transfer files.
|
- The `ansible` provisioner does not support SCP to transfer files.
|
||||||
|
|
||||||
|
- Redhat / CentOS builds have been known to fail with the following error due to `sftp_command`, which should be set to `/usr/libexec/openssh/sftp-server -e`:
|
||||||
|
|
||||||
|
```
|
||||||
|
==> virtualbox-ovf: starting sftp subsystem
|
||||||
|
virtualbox-ovf: fatal: [default]: UNREACHABLE! => {"changed": false, "msg": "SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh", "unreachable": true}
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue