mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-25 06:10:33 -07:00
Updating example playbooks to use bootstrap
admin password
It looks like the underlying `quarkus` provider has changed to use `keycloak_quarkus_bootstrap_admin_password`.
This commit is contained in:
parent
a10bc95bfc
commit
671cf4eb53
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
- name: Playbook for Keycloak X Hosts with HTTPS enabled
|
- name: Playbook for Keycloak X Hosts with HTTPS enabled
|
||||||
hosts: all
|
hosts: all
|
||||||
vars:
|
vars:
|
||||||
keycloak_quarkus_admin_pass: "remembertochangeme"
|
keycloak_quarkus_bootstrap_admin_password: "remembertochangeme"
|
||||||
keycloak_quarkus_hostname: http://localhost
|
keycloak_quarkus_hostname: http://localhost
|
||||||
keycloak_quarkus_port: 8443
|
keycloak_quarkus_port: 8443
|
||||||
keycloak_quarkus_log: file
|
keycloak_quarkus_log: file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue