|
@@ -13,8 +13,6 @@
|
|
|
status: "In Progress"
|
|
|
start: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}"
|
|
|
|
|
|
-- import_playbook: certificates.yml
|
|
|
-
|
|
|
- name: Disable excluders and gather facts
|
|
|
hosts: oo_masters_to_config
|
|
|
roles:
|
|
@@ -42,6 +40,8 @@
|
|
|
console_use_ssl: "{{ openshift_master_console_use_ssl | default(None) }}"
|
|
|
public_console_url: "{{ openshift_master_public_console_url | default(None) }}"
|
|
|
|
|
|
+- import_playbook: certificates.yml
|
|
|
+
|
|
|
- name: Generate or retrieve existing session secrets
|
|
|
hosts: oo_first_master
|
|
|
roles:
|