mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-16 19:11:50 -07:00
move admin pwd param from vars to defaults, add assert
This commit is contained in:
parent
6270762a3a
commit
a67081a68d
5 changed files with 17 additions and 8 deletions
|
@ -32,6 +32,9 @@ keycloak_service_group: keycloak
|
|||
keycloak_service_pidfile: "/run/keycloak.pid"
|
||||
keycloak_configure_firewalld: False
|
||||
|
||||
### administrator console password
|
||||
keycloak_admin_password: ''
|
||||
|
||||
### Common configuration settings
|
||||
keycloak_bind_address: 0.0.0.0
|
||||
keycloak_host: localhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue