|
@@ -5,7 +5,7 @@
|
|
|
l_init_fact_hosts: "nodes"
|
|
|
l_openshift_version_set_hosts: "nodes"
|
|
|
l_install_base_packages: True
|
|
|
- l_repo_hosts: "all:!all"
|
|
|
+ l_repo_hosts: "nodes"
|
|
|
|
|
|
- name: Read in openshift-install
|
|
|
hosts: masters[0]
|
|
@@ -60,7 +60,7 @@
|
|
|
- name: Start masters
|
|
|
hosts: masters
|
|
|
vars:
|
|
|
- openshift_bootstrap_endpoint: "{{ openshift_install_config['metadata']['name'] }}-api.{{ openshift_install_config['baseDomain'] }}:49500/config/master"
|
|
|
+ openshift_bootstrap_endpoint: "https://{{ openshift_install_config['metadata']['name'] }}-api.{{ openshift_install_config['baseDomain'] }}:49500/config/master"
|
|
|
tasks:
|
|
|
- name: Wait for bootstrap endpoint to show up
|
|
|
uri:
|
|
@@ -85,7 +85,7 @@
|
|
|
- name: Start workers
|
|
|
hosts: workers
|
|
|
vars:
|
|
|
- openshift_bootstrap_endpoint: "{{ openshift_install_config['metadata']['name'] }}-api.{{ openshift_install_config['baseDomain'] }}:49500/config/worker"
|
|
|
+ openshift_bootstrap_endpoint: "https://{{ openshift_install_config['metadata']['name'] }}-api.{{ openshift_install_config['baseDomain'] }}:49500/config/worker"
|
|
|
tasks:
|
|
|
- name: Wait for bootstrap endpoint to show up
|
|
|
uri:
|