mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-24 09:11:09 +02:00
6 lines
442 B
YAML
6 lines
442 B
YAML
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) }}"
|