|
@@ -177,6 +177,8 @@
|
|
local_facts:
|
|
local_facts:
|
|
no_proxy_etcd_host_ips: "{{ openshift_no_proxy_etcd_host_ips }}"
|
|
no_proxy_etcd_host_ips: "{{ openshift_no_proxy_etcd_host_ips }}"
|
|
|
|
|
|
|
|
+- include: registry_auth.yml
|
|
|
|
+
|
|
- name: Install the systemd units
|
|
- name: Install the systemd units
|
|
include: systemd_units.yml
|
|
include: systemd_units.yml
|
|
|
|
|
|
@@ -229,8 +231,6 @@
|
|
- restart master controllers
|
|
- restart master controllers
|
|
when: openshift_master_bootstrap_enabled | default(False)
|
|
when: openshift_master_bootstrap_enabled | default(False)
|
|
|
|
|
|
-- include: registry_auth.yml
|
|
|
|
-
|
|
|
|
- include: set_loopback_context.yml
|
|
- include: set_loopback_context.yml
|
|
when:
|
|
when:
|
|
- openshift.common.version_gte_3_2_or_1_2
|
|
- openshift.common.version_gte_3_2_or_1_2
|