summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-master/scaleup.yml
blob: 18797d02ae87f39f591c2bd93927c8f5ac99f71e (plain)
1
2
3
4
5
6
7
8
---
- include: ../../common/openshift-master/scaleup.yml
  vars_files:
  - ../../byo/openshift-cluster/cluster_hosts.yml
  vars:
    openshift_cluster_id: "{{ cluster_id | default('default') }}"
    openshift_debug_level: "{{ debug_level | default(2) }}"
    openshift_deployment_type: "{{ deployment_type }}"