tuned - add custom profile support, udev/io sched. example
This commit is contained in:
parent
a3cd18f090
commit
9406e7ddfb
6 changed files with 71 additions and 0 deletions
12
roles/tuned/templates/custom_profile.conf.j2
Normal file
12
roles/tuned/templates/custom_profile.conf.j2
Normal file
|
@ -0,0 +1,12 @@
|
|||
{{ ansible_managed | comment }}
|
||||
#
|
||||
# tuned '{{ tuned_custom_profile.name }}' configuration
|
||||
#
|
||||
|
||||
{% for section in tuned_custom_profile.sections %}
|
||||
[{{ section.name }}]
|
||||
{% for item in section.params %}
|
||||
{{ item.option }}={{ item.value }}
|
||||
{% endfor %}
|
||||
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue