Merge pull request #3851 from andyfeller/ansible-redhat-sftp-limitation-documentation

Updated ansible provisioner documentation to cite situation encounter…
This commit is contained in:
Rickard von Essen 2016-09-02 22:55:14 +02:00 committed by GitHub
commit 4214464065
1 changed files with 8 additions and 1 deletions

View File

@ -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}
```