Skip to content

Support downloading packages directly to the remote machines

Nailia Iskhakova requested to merge 105-support-downloading-packages-to-vms into master

The MR adds a new task for downloading packages directly to VMs using get_url.

Note regarding using gitlab_deb_host_path accept a local path url (e.g. file:///tmp/file.txt):

  • When using get_url with file URI as url Ansible tries to find the file on the machine it's running on and not on the local machine. So left Copy GitLab deb package and gitlab_deb_host_path for the case when user wants to upload deb package from the localhost.

Changes:

Verified the change against test 1k environment in Distribution QA GCP project.

Closes #105 (closed)

Edited by Nailia Iskhakova

Merge request reports