Skip to content

Latest commit

 

History

History
57 lines (55 loc) · 2.62 KB

proc_synchronizing-ansible-collections.adoc

File metadata and controls

57 lines (55 loc) · 2.62 KB

Synchronizing Ansible Collections

On {Project}, you can synchronize your Ansible Collections from any Ansible Galaxy and other {Project} instances. Ansible Collections will appear on {Project} as a new repository type in the {ProjectWebUI} menu under Content after the sync.

Procedure
  1. In the {ProjectWebUI}, navigate to Content > Products.

  2. Select the required product name.

  3. In the Products window, select the name of a product that you want to create a repository for.

  4. Click the Repositories tab, and then click New Repository.

  5. In the Name field, enter a name for the repository.

    The Label field is populated automatically based on the name.

  6. From the Type list, select ansible collection.

  7. In the Upstream URL field, enter the URL for the upstream collections repository.

    The URL can be any Ansible Galaxy endpoint. For example, https://galaxy.ansible.com.

  8. Optional: In the Requirements.yml field, you can specify the list of collections you want to sync from the endpoint, as well as their versions.

    If you do not specify the list of collections, everything from the endpoint will be synced.

    ---
    collections:
    - name: my_namespace.my_collection
      version: 1.2.3

    For more information, see Install multiple collections with a requirements file in Galaxy User Guide.

  9. Authenticate.

    1. To sync {Project} from Private Automation Hub, enter your token in the Auth Token field.

    2. To sync {Project} from console.redhat.com, enter your token in the Auth Token field and enter your SSO URL in the the Auth URL field.

    3. To sync {Project} from {Project}, leave both authentication fields blank.

  10. Click Save.

  11. Navigate to the Ansible Collections repository.

  12. From the Select Action menu, select Sync Now.