mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-28 17:01:54 -07:00
apply review suggestions
This commit is contained in:
parent
38ff519624
commit
f0f90b8930
3 changed files with 6 additions and 6 deletions
|
@ -91,11 +91,11 @@ argument_specs:
|
|||
type: "str"
|
||||
keycloak_quarkus_host:
|
||||
default: "localhost"
|
||||
description: "Hostname from where application is reachable by clients"
|
||||
description: "Hostname for the Keycloak server"
|
||||
type: "str"
|
||||
keycloak_quarkus_port:
|
||||
default: 8080
|
||||
description: "Port from where application is reachable by clients"
|
||||
default: -1
|
||||
description: "The port used by the proxy when exposing the hostname"
|
||||
type: "int"
|
||||
keycloak_quarkus_http_enabled:
|
||||
default: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue