mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-15 15:20:29 -07:00
Merge pull request #269 from Preskton/patch-1
Update example playbooks to use new `bootstrap` var
This commit is contained in:
commit
c92bf19720
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue