config.yml 310 B

12345678
  1. ---
  2. - include: ../../common/openshift-cluster/config.yml
  3. vars_files:
  4. - ../../byo/openshift-cluster/cluster_hosts.yml
  5. vars:
  6. openshift_cluster_id: "{{ cluster_id | default('default') }}"
  7. openshift_debug_level: "{{ debug_level | default(2) }}"
  8. openshift_deployment_type: "{{ deployment_type }}"