Skip to content
Snippets Groups Projects
Commit 8ac1d9ab authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

override keycloak default content

parent 18ea3c4b
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
with_items:
- /srv/keycloak/
- /srv/keycloak/db/
- /srv/keycloak/welcome-content/
- name: Konfig-Dateien erstellen
......@@ -21,6 +22,8 @@
dest: "/srv/keycloak/{{ item }}"
with_items:
- docker-compose.yml
- welcome-content/index.html
- welcome-content/robots.txt
register: config
......
......@@ -11,6 +11,8 @@ services:
restart: always
depends_on:
- db
volumes:
- /srv/keycloak/welcome-content:/opt/jboss/keycloak/welcome-content
environment:
KEYCLOAK_USER: "keycloakadmin"
KEYCLOAK_PASSWORD: "{{ keycloak_admin_pass }}"
......
<!--
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
~ and other contributors as indicated by the @author tags.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="refresh" content="0; url=/auth/realms/master/account/" />
<meta name="robots" content="noindex, nofollow">
<script type="text/javascript">
window.location.href = "/auth/realms/master/account/"
</script>
</head>
<body>
If you are not redirected automatically, follow this <a href='/auth/realms/master/account/'>link</a>.
</body>
</html>
\ No newline at end of file
User-agent: *
Disallow:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment