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
|
# Local users to provision
|
||||||
keycloak_local_users:
|
keycloak_local_users:
|
||||||
- username: testadmin
|
- username: admin
|
||||||
first_name: "Test"
|
first_name: "Test"
|
||||||
last_name: "Admin"
|
last_name: "Admin"
|
||||||
email: "admin@local.test"
|
email: "admin@local.test"
|
||||||
password: "admin"
|
password: "admin"
|
||||||
groups:
|
groups:
|
||||||
- name: admins
|
- name: admins
|
||||||
- username: testuser
|
- username: user
|
||||||
first_name: "Test"
|
first_name: "Test"
|
||||||
last_name: "User"
|
last_name: "User"
|
||||||
email: "user@local.test"
|
email: "user@local.test"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue