Actions
Story #3467
closedAs a user, I can publish roles as tar files which I can install over http/https with the galaxy cli client.
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
This does not include the galaxy api metadata. Roles will be installed with the link to the tar file:
$ ansible-galaxy install http://localhost:8000/content/dev/ansible/kubernetes-modules/v0.3.1-6.tar,,ansible.kubernetes
Related issues
Actions
Adding publishing code and updating README
This commits adds basic publishing which allows the ansible-galaxy to install the role version directly through a URL. Also, updated the README.
fixes #3467 https://pulp.plan.io/issues/3467