Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions roles/federation/tasks/run_keycloak_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,30 +146,6 @@
retries: 30
delay: 10

- name: Create Route for Keycloak
kubernetes.core.k8s:
kubeconfig: "{{ cifmw_openshift_kubeconfig }}"
state: present
definition:
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: keycloak
namespace: "{{ cifmw_federation_keycloak_namespace }}"
spec:
host: "keycloak-{{ cifmw_federation_keycloak_namespace }}.{{ cifmw_federation_domain }}"
to:
kind: Service
name: keycloak
port:
targetPort: 8443
tls:
termination: passthrough
register: _keycloak_route
until: _keycloak_route is succeeded
retries: 30
delay: 10

- name: Grant privileged SCC to namespace default serviceaccount for Keycloak
environment:
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
Expand Down
Loading