Configure collection discovery sources
Configure Git content discovery and private automation hub collection discovery so that Ansible collections are available in execution environment builder and the collection catalog.
Before you begin
- You have completed GitHub or GitLab integration setup and credentials are configured.
- You know which GitHub organizations or GitLab groups contain your Ansible collections.
- If using private automation hub, you know the base URL and which repositories to sync.
About this task
Two discovery providers are available:
- Git content discovery (
ansibleGitContents) — crawls configured GitHub or GitLab organizations forgalaxy.ymlfiles and registers discovered collections as catalog entities. - Private automation hub (
pahCollections) — syncs collections from your private automation hub instance, including version and dependency metadata.
Procedure
What to do next
Tip:
For a complete working example of all discovery settings in context, see Complete Helm chart values reference.