update keycloak_realm to test nicely with keycloak_quarkus

This commit is contained in:
Guido Grazioli 2022-04-07 14:07:28 +02:00
commit cf92da9e94
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
7 changed files with 22 additions and 16 deletions

View file

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