update tests with pwd, apply change to keycloak_realm

This commit is contained in:
Guido Grazioli 2022-03-24 19:00:30 +01:00
commit 85b0a2549a
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
5 changed files with 5 additions and 7 deletions

View file

@ -30,8 +30,8 @@ The following are a set of _required_ variables for the role:
| Variable | Description |
|:---------|:------------|
|`keycloak_admin_password`| Password for the administration console user account |
|`keycloak_realm` | Name of the realm to be created |
|`keycloak_admin_password`| Password for the administration console user account |
The following variables are available for creating clients:

View file

@ -11,6 +11,8 @@ keycloak_admin_user: admin
keycloak_auth_realm: master
keycloak_auth_client: admin-cli
# administrator console password, this is a required variable
keycloak_admin_password: ''
### Keycloak realms, clients, roles, federation
# list of clients to create in the realm

View file

@ -1,9 +1,6 @@
---
# vars file for keycloak_realm
# administrator console password, this is a required variable
keycloak_admin_password:
# name of the realm to create, this is a required variable
keycloak_realm: