mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-09 23:05:43 +02:00
14 lines
649 B
YAML
14 lines
649 B
YAML
users:
|
|
administrator:
|
|
email: "{{users.administrator.email}}"
|
|
pds:
|
|
version: "latest"
|
|
credentials:
|
|
#jwt_secret: # Needs to be defined in inventory file - Use: openssl rand -base64 64 | tr -d '\n'
|
|
#plc_rotation_key_k256_private_key_hex: # Needs to be defined in inventory file - Use: openssl rand -hex 32
|
|
#admin_password: # Needs to be defined in inventory file - Use: openssl rand -base64 16
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
landingpage_iframe: true
|
|
central_database: true |