Skip to content

Commit

Permalink
infra.aap_configuration not available
Browse files Browse the repository at this point in the history
  • Loading branch information
jce-redhat committed Feb 24, 2025
1 parent addebd9 commit af51d43
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 24 deletions.
23 changes: 0 additions & 23 deletions aap.yml

This file was deleted.

11 changes: 10 additions & 1 deletion controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ controller_credentials:
inputs:
url: https://console.redhat.com/api/automation-hub/
auth_url: https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token

- name: APD - AAP Admin Credential
organization: APD - Ansible Product Demos
credential_type: Red Hat Ansible Automation Platform
Expand All @@ -29,6 +28,16 @@ controller_credentials:
password: '{{ controller_admin_password | default("REPLACEME") }}'
verify_ssl: '{{ apd_verify_ssl }}'

controller_organizations:
- name: Default
galaxy_credentials:
- Ansible Galaxy
- Automation Hub
- name: APD - Ansible Product Demos
galaxy_credentials:
- Ansible Galaxy
- APD - Automation Hub

controller_execution_environments:
- name: Product Demos EE
image: '{{ apd_ee_image }}'
Expand Down

0 comments on commit af51d43

Please sign in to comment.