Add custom xml parameter and test scenario

This commit is contained in:
Guido Grazioli 2022-04-12 12:07:06 +02:00
commit 0751b97b87
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
15 changed files with 751 additions and 9 deletions

View file

@ -106,6 +106,11 @@ argument_specs:
default: "{{ keycloak_jboss_home }}/standalone/configuration/{{ keycloak_config_standalone_xml }}"
description: "Custom path for configuration"
type: "str"
keycloak_config_override_template:
# line 30 of keycloak/defaults/main.yml
default: ""
description: "Path to custom template for standalone.xml configuration"
type: "str"
keycloak_service_user:
# line 29 of keycloak/defaults/main.yml
default: "keycloak"