apply review suggestions

This commit is contained in:
Giovanni Toraldo
2023-09-19 17:05:00 +02:00
parent 38ff519624
commit f0f90b8930
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