mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
6 lines
208 B
YAML
6 lines
208 B
YAML
- name: optimize storage performance
|
|
hosts: all
|
|
become: true
|
|
roles:
|
|
- role: system-storage-optimizer
|
|
when: (path_mass_storage or path_rapid_storage) and enable_system_storage_optimizer | bool |