--- argument_specs: main: options: keycloak_auth_flow__flows: description: >- List of authentication flow definitions to validate and deploy. Each item needs C(realm), C(alias) and C(authenticationExecutions) (nested tree, see middleware_automation.keycloak.keycloak_authentication_v2), and may set C(providerId) and C(description). type: list elements: dict keycloak_auth_flow__admin_url: description: Base URL of the Keycloak Admin REST API. type: str default: "http://127.0.0.1:8080" keycloak_auth_flow__admin_username: description: Username of a Keycloak admin (in the C(master) realm) used to manage flows. type: str default: admin keycloak_auth_flow__admin_password: description: Password for O(keycloak_auth_flow__admin_username). type: str required: true