mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-23 00:31:09 +02:00
11 lines
298 B
YAML
11 lines
298 B
YAML
credentials:
|
|
postgres_password:
|
|
description: "Password for the PostgreSQL superuser 'postgres'"
|
|
algorithm: "bcrypt"
|
|
validation: "^\\$2[aby]\\$.{56}$"
|
|
|
|
path_rapid_storage:
|
|
description: "Mount path of the servers SSD"
|
|
|
|
path_mass_storage:
|
|
description: "Mount path of the servers HDD" |