config.yml 346 B

12345678910
  1. ---
  2. - include: ../../common/openshift-cluster/std_include.yml
  3. tags:
  4. - always
  5. - include: ../../common/openshift-cluster/config.yml
  6. vars:
  7. openshift_cluster_id: "{{ cluster_id | default('default') }}"
  8. openshift_debug_level: "{{ debug_level | default(2) }}"
  9. openshift_deployment_subtype: "{{ deployment_subtype | default(none) }}"