ansible-middleware/keycloak

keycloak_realm role requires realm defined in multiple places

Closed this issue · 1 comments

SUMMARY

realm: "{{ item.realm }}"

Here, individuals using the keycloak_realm role will need to define the realm name in two places: the outer role args, and the inner part of the user federation.

This seems like it could use item.realm or keycloak_realm to handle most default situations.

ISSUE TYPE
  • Feature Idea

Good point; I'll add the | default(keycloak_realm)