mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-09 23:05:43 +02:00
12 lines
474 B
YAML
12 lines
474 B
YAML
version: "latest"
|
|
company_name: "{{primary_domain}}"
|
|
company_email: "{{users.administrator.email}}"
|
|
setup_admin_email: "{{users.administrator.email}}"
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
landingpage_iframe: false
|
|
central_database: true
|
|
credentials:
|
|
# database_password: Needs to be defined in inventory file
|
|
# setup_admin_password: Needs to be defined in inventory file |