apply review suggestions

This commit is contained in:
Giovanni Toraldo 2023-09-19 17:05:00 +02:00
commit f0f90b8930
No known key found for this signature in database
GPG key ID: 535A83AB8FE360A7
3 changed files with 6 additions and 6 deletions

View file

@ -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