5 lines
324 B
YAML
5 lines
324 B
YAML
---
|
|
tuned_base_profile: "network-latency"
|
|
tuned_custom_profile: "default-custom-profile"
|
|
# profiles are expected in a subdirectory past 2.23.0; default using package facts
|
|
tuned_amdgpu_profile_dir: "{{ '/etc/tuned' if ansible_facts['packages']['tuned'][0]['version'] is version('2.23.0', '<') else '/etc/tuned/profiles' }}"
|