mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 07:15:43 +02:00
5 lines
163 B
YAML
5 lines
163 B
YAML
credentials:
|
|
postgres_password:
|
|
description: "Password for the PostgreSQL superuser 'postgres'"
|
|
algorithm: "bcrypt"
|
|
validation: "^\\$2[aby]\\$.{56}$" |