mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-08-03 13:25:02 +00:00
add new playbook example for localhost quarkus
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
---
|
||||
- name: Playbook for Keycloak X Hosts
|
||||
- name: Playbook for Keycloak X Hosts with HTTPS enabled
|
||||
hosts: all
|
||||
vars:
|
||||
keycloak_admin_password: "remembertochangeme"
|
||||
keycloak_quarkus_host: localhost:8443
|
||||
keycloak_quarkus_host: localhost
|
||||
keycloak_quarkus_port: 8443
|
||||
keycloak_quarkus_http_relative_path: ''
|
||||
keycloak_quarkus_log: file
|
||||
keycloak_quarkus_https_enabled: True
|
||||
|
||||
Reference in New Issue
Block a user