mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-24 22:00:31 -07:00
Update docs for main
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
This commit is contained in:
parent
2c1d240d24
commit
91ce0d473a
15 changed files with 353 additions and 322 deletions
|
@ -6,9 +6,17 @@ middleware\_automation.keycloak Release Notes
|
|||
|
||||
This changelog describes changes after version 0.2.6.
|
||||
|
||||
v2.4.3-devel
|
||||
v2.4.4-devel
|
||||
============
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Rebuild config and restart service for local providers `#250 <https://github.com/ansible-middleware/keycloak/pull/250>`_
|
||||
|
||||
v2.4.3
|
||||
======
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
:trim:
|
||||
|
||||
.. meta::
|
||||
:antsibull-docs: 2.15.0
|
||||
:antsibull-docs: 2.16.1
|
||||
|
||||
.. Anchors
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
:trim:
|
||||
|
||||
.. meta::
|
||||
:antsibull-docs: 2.15.0
|
||||
:antsibull-docs: 2.16.1
|
||||
|
||||
.. Anchors
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
:trim:
|
||||
|
||||
.. meta::
|
||||
:antsibull-docs: 2.15.0
|
||||
:antsibull-docs: 2.16.1
|
||||
|
||||
.. Anchors
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
:trim:
|
||||
|
||||
.. meta::
|
||||
:antsibull-docs: 2.15.0
|
||||
:antsibull-docs: 2.16.1
|
||||
|
||||
.. Anchors
|
||||
|
||||
|
|
|
@ -200,7 +200,7 @@ keycloak_quarkus_providers:
|
|||
- id: http-client # required; "{{ id }}.jar" identifies the file name on RHBK
|
||||
spi: connections # required if neither url, local_path nor maven are specified; required for setting properties
|
||||
default: true # optional, whether to set default for spi, default false
|
||||
restart: true # optional, whether to restart, default true
|
||||
restart: true # optional, whether to rebuild config and restart the service after deploying, default true
|
||||
url: https://.../.../custom_spi.jar # optional, url for download via http
|
||||
local_path: my_theme_spi.jar # optional, path on local controller for SPI to be uploaded
|
||||
maven: # optional, for download using maven
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue