scaleup.yml 246 B

1234567
  1. ---
  2. - include: ../openshift-cluster/initialize_groups.yml
  3. - include: ../../common/openshift-master/scaleup.yml
  4. vars:
  5. openshift_cluster_id: "{{ cluster_id | default('default') }}"
  6. openshift_debug_level: "{{ debug_level | default(2) }}"