mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized svc-opt-ssd-hdd config
This commit is contained in:
11
roles/svc-opt-ssd-hdd/schema/main.yml
Normal file
11
roles/svc-opt-ssd-hdd/schema/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
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"
|
Reference in New Issue
Block a user