summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/config.yml
blob: 5887b3208196a795f60f4d9711e8caba63c46df7 (plain)
1
2
3
4
5
6
7
8
---
- include: ../../common/openshift-cluster/config.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 }}"