mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-09 23:05:43 +02:00
10 lines
302 B
YAML
10 lines
302 B
YAML
credentials:
|
|
database_password:
|
|
description: "Password for the GitLab PostgreSQL database"
|
|
algorithm: "bcrypt"
|
|
validation: "^\\$2[aby]\\$.{56}$"
|
|
|
|
initial_root_password:
|
|
description: "Initial password for the GitLab root user"
|
|
algorithm: "sha256"
|
|
validation: "^[a-f0-9]{64}$" |