diff --git a/group_vars/all/credentials.yml b/group_vars/all/credentials.yml index 6434a10..00c2ba0 100644 --- a/group_vars/all/credentials.yml +++ b/group_vars/all/credentials.yml @@ -34,28 +34,28 @@ controller_credentials_all: credential_type: Ansible Galaxy/Automation Hub API Token organization: config_as_code inputs: - url: https://{{ aap_hostname }}/api/galaxy/content/rh-certified/ + url: https://{{ aap_hostname }}/pulp_ansible/galaxy/rh-certified/ token: "{{ aap_token }}" - name: ah_published credential_type: Ansible Galaxy/Automation Hub API Token organization: config_as_code inputs: - url: https://{{ aap_hostname }}/api/galaxy/content/published/ + url: https://{{ aap_hostname }}/pulp_ansible/galaxy/published/ token: "{{ aap_token }}" - name: ah_validated credential_type: Ansible Galaxy/Automation Hub API Token organization: config_as_code inputs: - url: https://{{ aap_hostname }}/api/galaxy/content/validated/ + url: https://{{ aap_hostname }}/pulp_ansible/galaxy/validated/ token: "{{ aap_token }}" - name: ah_community credential_type: Ansible Galaxy/Automation Hub API Token organization: config_as_code inputs: - url: https://{{ aap_hostname }}/api/galaxy/content/community/ + url: https://{{ aap_hostname }}/pulp_ansible/galaxy/community/ token: "{{ aap_token }}" - name: cr_ah