summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/config.yml
blob: eecf959943898f00d48518cf25b28adc266acf1c (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- include: ../../common/openshift-cluster/config.yml
  vars:
    g_etcd_hosts: "{{ groups.etcd | default([]) }}"
    g_master_hosts: "{{ groups.masters | default([]) }}"
    g_nfs_hosts: "{{ groups.nfs | default([]) }}"
    g_node_hosts: "{{ groups.nodes | default([]) }}"
    g_lb_hosts: "{{ groups.lb | default([]) }}"
    openshift_cluster_id: "{{ cluster_id | default('default') }}"
    openshift_debug_level: 2
    openshift_deployment_type: "{{ deployment_type }}"