mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 10:50:31 -07:00
update arguments
This commit is contained in:
parent
9c361c9628
commit
38ff519624
1 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue