summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack/openshift-cluster/config.yml
blob: 6618c6a7f11fcfe5ca720e896c0249e2d62c774b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- include: ../../common/openshift-cluster/config.yml
  vars_files:
  - ../../openstack/openshift-cluster/vars.yml
  - ../../openstack/openshift-cluster/cluster_hosts.yml
  vars:
    g_nodeonmaster: true
    g_ssh_user: "{{ deployment_vars[deployment_type].ssh_user }}"
    g_sudo: "{{ deployment_vars[deployment_type].sudo }}"
    openshift_cluster_id: "{{ cluster_id }}"
    openshift_debug_level: "{{ debug_level }}"
    openshift_deployment_type: "{{ deployment_type }}"
    openshift_hostname: "{{ ansible_default_ipv4.address }}"
    openshift_router_selector: 'type=infra'
    openshift_infra_nodes: "{{ g_infra_hosts }}"