redhat-cop / aap_configuration_template

Ansible Automation Platform Configuration as Code examples template
MIT License
53 stars 31 forks source link

Add a way to import EE from remote registries #49

Closed laurent-indermuehle closed 6 months ago

laurent-indermuehle commented 6 months ago

In order to use automation hub as a builder, I needed the base image available. This is because of this bug: https://github.com/redhat-cop/ee_utilities/issues/118 that prevent me from downloading the base image from registry.redhat.io and then push the image in "{{ ah_host }}".

This pull request adds the required roles to be able to sync a remote registry image with a private automation hub.