mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-09 23:05:43 +02:00
17 lines
478 B
YAML
17 lines
478 B
YAML
version: "latest"
|
|
users:
|
|
administrator:
|
|
username: "{{ users.administrator.username }}"
|
|
email: "{{ users.administrator.email }}"
|
|
|
|
credentials:
|
|
# administrator_password: # Set in inventory file
|
|
# database_password: # Set in your inventory file
|
|
|
|
features:
|
|
matomo: true
|
|
css: false
|
|
landingpage_iframe: false
|
|
ldap: false
|
|
oidc: true
|
|
central_database: true |