summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/scaleup.yml
blob: e1778e41e7612b6fbfab8ad88091cf81268584d3 (plain)
1
2
3
4
5
6
7
8
---
- include: evaluate_groups.yml

- include: ../openshift-node/config.yml
  vars:
    osn_cluster_dns_domain: "{{ hostvars[groups.oo_first_master.0].openshift.dns.domain }}"
    osn_cluster_dns_ip: "{{ hostvars[groups.oo_first_master.0].openshift.dns.ip }}"
    openshift_deployment_type: "{{ deployment_type }}"