|
@@ -237,7 +237,7 @@
|
|
|
|
|
|
|
|
- name: Ensure the console has a logoutRedirect
|
|
- name: Ensure the console has a logoutRedirect
|
|
|
kubernetes.core.k8s:
|
|
kubernetes.core.k8s:
|
|
|
- kubeconfig: tmp/kubeconfig-ocp4
|
|
|
|
|
|
|
+ kubeconfig: "{{ kubeadmin_config }}"
|
|
|
validate_certs: no
|
|
validate_certs: no
|
|
|
api_version: config.openshift.io/v1
|
|
api_version: config.openshift.io/v1
|
|
|
kind: console
|
|
kind: console
|
|
@@ -246,7 +246,7 @@
|
|
|
resource_definition:
|
|
resource_definition:
|
|
|
spec:
|
|
spec:
|
|
|
authentication:
|
|
authentication:
|
|
|
- logoutRedirect: "https://{{ rhbk.fqdn }}/realms/{{ rhbk.realm | default('sample-realm') }}/protocol/openid-connect/logout"
|
|
|
|
|
|
|
+ logoutRedirect: "https://{{ rhbk_fqdn }}/realms/{{ rhbk.realm | default('sample-realm') }}/protocol/openid-connect/logout"
|
|
|
|
|
|
|
|
- name: Ensure OpenShift groups are there as well.
|
|
- name: Ensure OpenShift groups are there as well.
|
|
|
kubernetes.core.k8s:
|
|
kubernetes.core.k8s:
|