mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-12 05:40:29 -07:00
9 lines
375 B
YAML
9 lines
375 B
YAML
---
|
|
# vars file for keycloak_realm
|
|
|
|
# name of the realm to create, this is a required variable
|
|
keycloak_realm:
|
|
|
|
# other settings
|
|
keycloak_url: "http://{{ keycloak_host }}:{{ keycloak_http_port + (keycloak_jboss_port_offset | default(0)) }}"
|
|
keycloak_management_url: "http://{{ keycloak_host }}:{{ keycloak_management_http_port + (keycloak_jboss_port_offset | default(0)) }}"
|