Updated ansible provisioner documentation to cite situation encountered by Redhat family around sftp_command

This commit is contained in:
Andy Feller 2016-09-02 07:45:16 -04:00
parent 405f93be9c
commit 71e43abef6
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}
```