mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-09 23:05:43 +02:00
15 lines
638 B
YAML
15 lines
638 B
YAML
version: "latest"
|
|
users:
|
|
administrator:
|
|
username: "{{users.administrator.username}}" # Administrator Username for Keycloak
|
|
import_realm: True # If True realm will be imported. If false skip.
|
|
credentials:
|
|
# database_password: # Needs to be defined in inventory file
|
|
# administrator_password: # Needs to be defined in inventory file
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
landingpage_iframe: true
|
|
ldap: true
|
|
central_database: true
|
|
recaptcha: true |