update arguments

This commit is contained in:
Giovanni Toraldo 2023-09-19 14:00:15 +02:00
parent 9c361c9628
commit 38ff519624
No known key found for this signature in database
GPG key ID: 535A83AB8FE360A7

View file

@ -90,10 +90,13 @@ argument_specs:
description: "Address for binding service ports"
type: "str"
keycloak_quarkus_host:
# line 28 of defaults/main.yml
default: "localhost"
description: "hostname"
description: "Hostname from where application is reachable by clients"
type: "str"
keycloak_quarkus_port:
default: 8080
description: "Port from where application is reachable by clients"
type: "int"
keycloak_quarkus_http_enabled:
default: true
description: "Enable listener on HTTP port"