mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 03:38:59 +02:00
13 lines
525 B
YAML
13 lines
525 B
YAML
version: "latest"
|
|
single_user_mode: false # Set true for initial setup
|
|
setup: false # Set true in inventory file to execute the setup and initializing procedures
|
|
credentials:
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
portfolio_iframe: false
|
|
oidc: true
|
|
central_database: true
|
|
domains:
|
|
canonical:
|
|
- "microblog.{{ primary_domain }}" |