Skip to content

Commit

Permalink
modified: group_vars/all/credentials.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djdanielsson committed Nov 11, 2024
1 parent 4b228ef commit 9e2c9f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions group_vars/all/credentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e2c9f2

Please sign in to comment.