middleware_automation.keycloak/roles/keycloak_realm/vars/main.yml
Guido Grazioli d6f020ab44 linter fixes
2023-12-01 12:36:20 +01:00

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)) }}"