mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 14:04:24 +02:00
Optimized svc-opt-ssd-hdd config
This commit is contained in:
parent
253b088cdb
commit
959c48c1a1
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"
|
@ -1,3 +1,5 @@
|
||||
storage_optimizer_directory: '{{path_administrator_scripts}}svc-opt-ssd-hdd/'
|
||||
storage_optimizer_script: '{{storage_optimizer_directory}}svc-opt-ssd-hdd.py'
|
||||
application_id: svc-opt-ssd-hdd
|
||||
application_id: svc-opt-ssd-hdd
|
||||
storage_optimizer_directory: '{{ path_administrator_scripts }}{{ application_id }}/'
|
||||
storage_optimizer_script: '{{ storage_optimizer_directory }}{{ application_id }}.py'
|
||||
path_rapid_storage: "{{ applications | get_app_conf(application_id, 'path_rapid_storage', False) }}"
|
||||
path_mass_storage: "{{ applications | get_app_conf(application_id, 'path_mass_storage', False) }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user