mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-10 21:00:29 -07:00
Cf. https://docs.redhat.com/en/documentation/red_hat_build_of_keycloak/26.0/html-single/upgrading_guide/index#new_hostname_options - especially the removed options
11 lines
348 B
YAML
11 lines
348 B
YAML
---
|
|
- name: Playbook for Keycloak X Hosts with HTTPS enabled
|
|
hosts: all
|
|
vars:
|
|
keycloak_quarkus_admin_pass: "remembertochangeme"
|
|
keycloak_quarkus_hostname: http://localhost
|
|
keycloak_quarkus_port: 8443
|
|
keycloak_quarkus_log: file
|
|
keycloak_quarkus_proxy_mode: none
|
|
roles:
|
|
- middleware_automation.keycloak.keycloak_quarkus
|