blob: be9cbbfaa02e37e7bfb2090de25fa18b48253765 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
# TODO: need to figure out a plan for setting hostname, currently the default
# is localhost, so no hostname value (or public_hostname) value is getting
# assigned
- include: ../../common/openshift-cluster/config.yml
vars_files:
- ../../libvirt/openshift-cluster/vars.yml
- ../../libvirt/openshift-cluster/cluster_hosts.yml
vars:
g_ssh_user: "{{ deployment_vars[deployment_type].ssh_user }}"
g_sudo: "{{ deployment_vars[deployment_type].sudo }}"
g_nodeonmaster: true
openshift_cluster_id: "{{ cluster_id }}"
openshift_debug_level: "{{ debug_level }}"
openshift_deployment_type: "{{ deployment_type }}"
|