diff options
author | Andrew Butcher <abutcher@redhat.com> | 2015-12-01 16:30:05 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2015-12-03 12:40:49 -0500 |
commit | 192ccc8e6e6f465351828f32e9dc43b840897b67 (patch) | |
tree | c562abf558ec654b0c3c8ba4411bb8070f23dda1 /playbooks/common/openshift-cluster/config.yml | |
parent | 3780deb06c7d8f85bfb031fbce7778646cbf64ee (diff) | |
download | openshift-192ccc8e6e6f465351828f32e9dc43b840897b67.tar.gz openshift-192ccc8e6e6f465351828f32e9dc43b840897b67.tar.bz2 openshift-192ccc8e6e6f465351828f32e9dc43b840897b67.tar.xz openshift-192ccc8e6e6f465351828f32e9dc43b840897b67.zip |
Refactor dns options and facts.
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index a8bd634d3..482fa8441 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -6,6 +6,3 @@ - include: ../openshift-master/config.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].cluster_dns_ip }}" |