scaleup.yml 301 B

12345678
  1. ---
  2. - include: ../openshift-cluster/initialize_groups.yml
  3. - include: ../../common/openshift-cluster/evaluate_groups.yml
  4. - include: ../../common/openshift-etcd/scaleup.yml
  5. vars:
  6. openshift_cluster_id: "{{ cluster_id | default('default') }}"
  7. openshift_deployment_type: "{{ deployment_type }}"