For the past few months I've had a Packer build process that would pull in the Ansible core command line tool from EPEL and use it during the first stage of the Packer process while building my generic VM templates.
With the release of 2.4, Ansible Core was removed from EPEL and placed into
https://releases.ansible.com, so I added it as well as EPEL to my build process (it still relies on some packages only available via EPEL).
Sadly, the 2.4 release also appears to require the Python2-cryptography package which is only available from the RedHat "Extras" file set (which is only available after a system has registered with Satellite).
Is there a step or process I'm missing or totally off track for this, or do I need to retrieve and add that last remaining package as a manual upload and install into my Packer build process?
Thanks!
Dan