Actions
Bug #31950
closedNeed to configure pulp_ansible/galaxy endpoint in apache for satellite deployments:
Difficulty:
Triaged:
No
Description
For pulp_ansible deployments, installer should add the following apache conf
ProxyPass /pulp_ansible/galaxy/ unix:///run/pulpcore-api.sock|http://hostname/pulp_ansible/galaxy/
ProxyPassReverse /pulp_ansible/galaxy/ unix:///run/pulpcore-api.sock|http://hostname/pulp_ansible/galaxy/
Also,
Also, etc/pulp/settings.py needs to have the following to support ansible collection content type when it is enabled.:
ANSIBLE_API_HOSTNAME = ""https://hostname"
ANSIBLE_CONTENT_HOSTNAME = "https://hostname/pulp/content/"
Actions