summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-master/scaleup.yml
blob: 8aa07a664f2093b76c1d8081a352e26f79db076f (plain)
1
2
3
4
5
6
7
---
- include: ../openshift-cluster/initialize_groups.yml

- include: ../../common/openshift-master/scaleup.yml
  vars:
    openshift_cluster_id: "{{ cluster_id | default('default') }}"
    openshift_debug_level: "{{ debug_level | default(2) }}"