Skip to content

Commit

Permalink
Unset default org EE; more consistent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jce-redhat committed Mar 23, 2024
1 parent 94df10f commit 0e3c7f9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions product_demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ controller_credentials:
# set to false when using self-signed certs
verify_ssl: false
controller_execution_environments:
- name: product-demos
- name: Product Demos EE
image: quay.io/acme_corp/product-demos-ee:latest
controller_organizations:
- name: Default
default_environment:
name: 'product-demos'
galaxy_credentials:
- Ansible Galaxy
- Automation Hub
Expand All @@ -40,7 +38,7 @@ controller_projects:
scm_branch: main
wait: true
controller_templates:
- name: "SETUP"
- name: "Product Demos | Single demo setup"
job_type: run
inventory: "Demo Inventory"
project: "Ansible official demo project"
Expand All @@ -63,7 +61,7 @@ controller_templates:
- network
- openshift
- satellite
- name: "Multi-SETUP demos"
- name: "Product Demos | Multi-demo setup"
project: "Ansible official demo project"
playbook: "multi_select_setup.yml"
inventory: "Demo Inventory"
Expand Down

0 comments on commit 0e3c7f9

Please sign in to comment.