redhat-sap / sap-hana-deployment

Deploys SAP HANA on the given hosts
Apache License 2.0
13 stars 20 forks source link

Use remote src #30

Closed tjungbauer closed 1 year ago

tjungbauer commented 4 years ago

During "unarchive zip" Ansible will use the remote_tmp folder to extract the data temporarily. Per default this is set to the users home directory. In many installation the /home directory is very limited in size. Therefore, I wonder if this pull request can be reused.

It would copy (synchronize) the archive to a destinition folder (without bothering the /home), if "sap_hana_deployment_copy_zip_archive" is set to true. If it stays on false the file must be copied manually.

Moreover, it tells the unarchive module, that the file is already at the remote server.