|
@@ -23,7 +23,6 @@
|
|
dest: "{{ mktemp.stdout }}/{{ item }}"
|
|
dest: "{{ mktemp.stdout }}/{{ item }}"
|
|
with_items:
|
|
with_items:
|
|
- "{{ __console_template_file }}"
|
|
- "{{ __console_template_file }}"
|
|
- - "{{ __console_rbac_file }}"
|
|
|
|
- "{{ __console_config_file }}"
|
|
- "{{ __console_config_file }}"
|
|
|
|
|
|
# Check if an existing webconsole-config config map exists. If so, use those
|
|
# Check if an existing webconsole-config config map exists. If so, use those
|
|
@@ -115,11 +114,6 @@
|
|
src: "{{ mktemp.stdout }}/{{ __console_config_file }}"
|
|
src: "{{ mktemp.stdout }}/{{ __console_config_file }}"
|
|
register: updated_console_config
|
|
register: updated_console_config
|
|
|
|
|
|
-- name: Reconcile with the web console RBAC file
|
|
|
|
- shell: >
|
|
|
|
- {{ openshift_client_binary }} process -f "{{ mktemp.stdout }}/{{ __console_rbac_file }}" --config={{ mktemp.stdout }}/admin.kubeconfig
|
|
|
|
- | {{ openshift_client_binary }} auth reconcile --config={{ mktemp.stdout }}/admin.kubeconfig -f -
|
|
|
|
-
|
|
|
|
- name: Apply the web console template file
|
|
- name: Apply the web console template file
|
|
shell: >
|
|
shell: >
|
|
{{ openshift_client_binary }} process -f "{{ mktemp.stdout }}/{{ __console_template_file }}"
|
|
{{ openshift_client_binary }} process -f "{{ mktemp.stdout }}/{{ __console_template_file }}"
|