Merge pull request #269 from Preskton/patch-1
Some checks failed
CI / ci (push) Has been cancelled
Documentation / docs (push) Has been cancelled

Update example playbooks to use new `bootstrap` var
This commit is contained in:
Guido Grazioli 2025-04-14 12:52:51 +02:00 committed by GitHub
commit c92bf19720
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
- name: Playbook for Keycloak X Hosts with HTTPS enabled
hosts: all
vars:
keycloak_quarkus_admin_pass: "remembertochangeme"
keycloak_quarkus_bootstrap_admin_password: "remembertochangeme"
keycloak_quarkus_hostname: http://localhost
keycloak_quarkus_port: 8443
keycloak_quarkus_log: file

View file

@ -2,7 +2,7 @@
- name: Playbook for Keycloak X Hosts in develop mode
hosts: all
vars:
keycloak_admin_password: "remembertochangeme"
keycloak_quarkus_bootstrap_admin_password: "remembertochangeme"
keycloak_quarkus_hostname: http://localhost
keycloak_quarkus_port: 8080
keycloak_quarkus_log: file