Using Nexus with Ansible Galaxy

In the PHX domain, the Ansible Galaxy website cannot be accessed directly. Instead, it is accessed through a Nexus server.

Projects: c2platform/phx/ansible


To facilitate this, the Ansible configuration file ansible.cfg should include sections similar to the following:

[galaxy]
server = nexus-raw-proxy
server_list = nexus-raw-proxy

[galaxy_server.nexus-raw-proxy]
url = http://nexus:8060

Additional Information