chore: rename testadmin and testuser to admin and user for simplicity
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
dd087fb5e2
commit
d1eea7f717
1 changed files with 2 additions and 2 deletions
|
|
@ -17,14 +17,14 @@ keycloak_groups:
|
|||
|
||||
# Local users to provision
|
||||
keycloak_local_users:
|
||||
- username: testadmin
|
||||
- username: admin
|
||||
first_name: "Test"
|
||||
last_name: "Admin"
|
||||
email: "admin@local.test"
|
||||
password: "admin"
|
||||
groups:
|
||||
- name: admins
|
||||
- username: testuser
|
||||
- username: user
|
||||
first_name: "Test"
|
||||
last_name: "User"
|
||||
email: "user@local.test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue