mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-13 17:44:30 -07:00
update keycloak_realm to test nicely with keycloak_quarkus
This commit is contained in:
parent
419c862341
commit
cf92da9e94
7 changed files with 22 additions and 16 deletions
|
@ -4,8 +4,13 @@ argument_specs:
|
|||
keycloak_host:
|
||||
# line 3 of keycloak_realm/defaults/main.yml
|
||||
default: "localhost"
|
||||
description: "hostname for rest calls"
|
||||
description: "Hostname for rest calls"
|
||||
type: "str"
|
||||
keycloak_context:
|
||||
# line 5 of keycloak_realm/defaults/main.yml
|
||||
default: "/auth"
|
||||
description: "Context path for rest calls"
|
||||
type: "str"
|
||||
keycloak_http_port:
|
||||
# line 4 of keycloak_realm/defaults/main.yml
|
||||
default: 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue