mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 21:45:20 +02:00
11 lines
288 B
YAML
11 lines
288 B
YAML
credentials:
|
|
POSTGRES_PASSWORD:
|
|
description: "Password for the PostgreSQL superuser 'postgres'"
|
|
algorithm: "bcrypt"
|
|
validation: "^\\$2[aby]\\$.{56}$"
|
|
|
|
rapid_storage:
|
|
description: "Mount path of the servers SSD"
|
|
|
|
mass_storage:
|
|
description: "Mount path of the servers HDD" |