mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-22 16:21:09 +02:00
7 lines
168 B
YAML
7 lines
168 B
YAML
# Add here the users which your application needs e.g:
|
|
users:
|
|
demo:
|
|
username: demo
|
|
email: "demo@{{ primary_domain }}"
|
|
roles: []
|
|
description: Demo User |