When trying to install the following ansible collections listed below. Note I am using the Red Hat Developer Subscription. My goal is to deploy AAP 2.5 using IAC. Using this github project as a guide https://github.com/redhat-cop/aap_configuration_template
---
collections:
- name: ansible.platform
version: "*"
- name: ansible.hub
- name: ansible.controller
- name: ansible.eda
- name: infra.aap_configuration
...
ansible-galaxy collection install -r requirments.yml
Starting galaxy collection install process
Process install dependency map
ERROR! Failed to resolve the requested dependencies map. Could not satisfy the following requirements:
* ansible.platform:* (direct request)
I added the below to my ansible.cfg
[galaxy_server.rh_hub]
url = https://console.redhat.com/api/automation-hub/content/validated/
token = tokenhere
auth_url = https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token