install.yml 612 B

123456789101112131415161718
  1. ---
  2. # NOTE(shadower): the AWS playbook builds an in-memory inventory of
  3. # all the EC2 instances here. We don't need to as that's done by the
  4. # dynamic inventory.
  5. # TODO(shadower): the AWS playbook sets the
  6. # `openshift_master_cluster_hostname` and `osm_custom_cors_origins`
  7. # values here. We do it in the OSEv3 group vars. Do we need to add
  8. # some logic here?
  9. - name: normalize groups
  10. include: ../../byo/openshift-cluster/initialize_groups.yml
  11. - name: run the std_include
  12. include: ../../common/openshift-cluster/std_include.yml
  13. - name: run the config
  14. include: ../../common/openshift-cluster/config.yml