Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keycloak
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
FSI Ansible
keycloak
Commits
ac7dfa20
Commit
ac7dfa20
authored
3 years ago
by
Felix Schäfer
Browse files
Options
Downloads
Patches
Plain Diff
Adapt to new keycloak version
parent
e93f0e28
No related branches found
No related tags found
No related merge requests found
Pipeline
#56791
passed
3 years ago
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
defaults/main.yml
+1
-1
1 addition, 1 deletion
defaults/main.yml
tasks/main.yml
+4
-4
4 additions, 4 deletions
tasks/main.yml
with
5 additions
and
5 deletions
defaults/main.yml
+
1
−
1
View file @
ac7dfa20
---
# renovate: datasource=github-releases depName=keycloak/keycloak
keycloak_version
:
16.
0
.0
keycloak_version
:
16.
1
.0
keycloak_dir
:
/var/keycloak
keycloak_archive
:
keycloak-{{ keycloak_version }}.tar.gz
keycloak_url
:
https://github.com/keycloak/keycloak/releases/download/{{ keycloak_version }}/{{keycloak_archive }}
...
...
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
4
−
4
View file @
ac7dfa20
...
...
@@ -79,7 +79,7 @@
xpath
:
/x:server/x:profile/y:subsystem/y:datasources/y:drivers/y:driver[@name='postgresql']
count
:
true
namespaces
:
x
:
urn:jboss:domain:1
8
.0
x
:
urn:jboss:domain:1
9
.0
y
:
urn:jboss:domain:datasources:6.0
register
:
keycloak_postgresql_module_installed
...
...
@@ -91,7 +91,7 @@
-
<driver name="postgresql" module="org.postgresql"><xa-datasource-class>org.postgresql.xa.PGXADataSource</xa-datasource-class></driver>
input_type
:
xml
namespaces
:
x
:
urn:jboss:domain:1
8
.0
x
:
urn:jboss:domain:1
9
.0
y
:
urn:jboss:domain:datasources:6.0
notify
:
restart keycloak
when
:
keycloak_postgresql_module_installed.count ==
0
...
...
@@ -122,7 +122,7 @@
</validation>
input_type
:
xml
namespaces
:
x
:
urn:jboss:domain:1
8
.0
x
:
urn:jboss:domain:1
9
.0
y
:
urn:jboss:domain:datasources:6.0
notify
:
restart keycloak
...
...
@@ -133,7 +133,7 @@
attribute
:
proxy-address-forwarding
value
:
"
{{
keycloak_proxy_address_forwarding
}}"
namespaces
:
x
:
urn:jboss:domain:1
8
.0
x
:
urn:jboss:domain:1
9
.0
y
:
urn:jboss:domain:undertow:12.0
notify
:
restart keycloak
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment