config.yml 322 B

123456789
  1. ---
  2. - include: ../../common/openshift-cluster/config.yml
  3. vars:
  4. g_etcd_group: "{{ 'etcd' }}"
  5. g_masters_group: "{{ 'masters' }}"
  6. g_nodes_group: "{{ 'nodes' }}"
  7. openshift_cluster_id: "{{ cluster_id | default('default') }}"
  8. openshift_debug_level: 4
  9. openshift_deployment_type: "{{ deployment_type }}"