mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-23 16:51:09 +02:00
Solved drive optimizer path bug
This commit is contained in:
parent
4501c31756
commit
4826de621e
2
roles/svc-opt-ssd-hdd/Todo.md
Normal file
2
roles/svc-opt-ssd-hdd/Todo.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Todos
|
||||
- Figure out why configuration in repo wasn't possible
|
3
roles/svc-opt-ssd-hdd/config/main.yml
Normal file
3
roles/svc-opt-ssd-hdd/config/main.yml
Normal file
@ -0,0 +1,3 @@
|
||||
volumes:
|
||||
mass_storage: /mnt/hdd/
|
||||
rapid_storage: /mnt/ssd/
|
@ -1,5 +1,5 @@
|
||||
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) }}"
|
||||
path_rapid_storage: "{{ applications | get_app_conf(application_id, 'volumes.rapid_storage') }}"
|
||||
path_mass_storage: "{{ applications | get_app_conf(application_id, 'volumes.mass_storage') }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user