mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-11 00:24:35 -07:00
RHBK v26: Migrate to keycloak_quarkus_bootstrap_admin_user[_password]
(Process for creation of admin account changed #248)
This commit is contained in:
parent
58233549a7
commit
277e1336ee
18 changed files with 132 additions and 35 deletions
|
@ -68,13 +68,13 @@ argument_specs:
|
|||
default: "10s"
|
||||
description: "systemd RestartSec for service"
|
||||
type: "str"
|
||||
keycloak_quarkus_admin_user:
|
||||
keycloak_quarkus_bootstrap_admin_user:
|
||||
default: "admin"
|
||||
description: "Administration console user account"
|
||||
description: "Administration user account, only for bootstrapping"
|
||||
type: "str"
|
||||
keycloak_quarkus_admin_pass:
|
||||
keycloak_quarkus_bootstrap_admin_password:
|
||||
required: true
|
||||
description: "Password of console admin account"
|
||||
description: "Password of admin account, only for bootstrapping"
|
||||
type: "str"
|
||||
keycloak_quarkus_master_realm:
|
||||
default: "master"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue