Needed for keycloak_authentication_v2, to manage Keycloak authentication flows (e.g. the CCCHH browser flow) as YAML. Chosen over community.general's own copy of the module (deprecated in favor of this collection, and limited to 4 sub-flow levels there vs. 10 here).
12 lines
396 B
YAML
12 lines
396 B
YAML
---
|
|
- name: Playbook for Keycloak X Hosts in develop mode
|
|
hosts: all
|
|
vars:
|
|
keycloak_quarkus_bootstrap_admin_password: "remembertochangeme"
|
|
keycloak_quarkus_hostname: http://localhost
|
|
keycloak_quarkus_port: 8080
|
|
keycloak_quarkus_log: file
|
|
keycloak_quarkus_start_dev: true
|
|
keycloak_quarkus_proxy_mode: none
|
|
roles:
|
|
- middleware_automation.keycloak.keycloak_quarkus
|