config.yml 273 B

123456789101112
  1. ---
  2. - include: initialize_groups.yml
  3. tags:
  4. - always
  5. - include: ../../common/openshift-cluster/std_include.yml
  6. tags:
  7. - always
  8. - include: ../../common/openshift-cluster/config.yml
  9. vars:
  10. openshift_deployment_subtype: "{{ deployment_subtype | default(none) }}"