summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/config.yml
blob: 86eff4ca4a4e4267faef0cc0b0b8edfcdd8c6e0f (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- include: ../../common/openshift-cluster/std_include.yml
  tags:
  - always

- include: ../../common/openshift-cluster/config.yml
  vars:
    openshift_cluster_id: "{{ cluster_id | default('default') }}"
    openshift_debug_level: "{{ debug_level | default(2) }}"
    openshift_deployment_type: "{{ deployment_type }}"
    openshift_deployment_subtype: "{{ deployment_subtype | default(none) }}"