tuned: release-dependent profile basedir, lint
This commit is contained in:
parent
0c33dccba8
commit
c475723f52
4 changed files with 35 additions and 25 deletions
|
@ -1,3 +1,5 @@
|
|||
---
|
||||
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' }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue