mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 16:41:30 -07:00
Merge branch 'main' into keycloak_19
This commit is contained in:
commit
b9560458d8
5 changed files with 13 additions and 7 deletions
|
@ -266,6 +266,10 @@ argument_specs:
|
|||
default: "Keycloak"
|
||||
description: "systemd description for keycloak"
|
||||
type: "str"
|
||||
keycloak_no_log:
|
||||
default: true
|
||||
type: "bool"
|
||||
description: "Changes default behavior for no_log for debugging purpose, do not change for production system."
|
||||
downstream:
|
||||
options:
|
||||
sso_version:
|
||||
|
@ -275,11 +279,11 @@ argument_specs:
|
|||
sso_rhn_id:
|
||||
default: "104539"
|
||||
description: "Customer Portal product ID for Red Hat SSO"
|
||||
type: "str"
|
||||
type: "str"
|
||||
sso_archive:
|
||||
default: "rh-sso-{{ sso_version }}-server-dist.zip"
|
||||
description: "Red Hat SSO install archive filename"
|
||||
type: "str"
|
||||
type: "str"
|
||||
sso_dest:
|
||||
default: "/opt/sso"
|
||||
description: "Root installation directory"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue