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
|
@ -13,3 +13,12 @@
|
|||
name: tuned
|
||||
enabled: yes
|
||||
state: started
|
||||
|
||||
- name: get active tuned profile
|
||||
command: /usr/sbin/tuned-adm active
|
||||
register: tuned_active
|
||||
changed_when: false
|
||||
ignore_errors: true
|
||||
|
||||
- name: deploy {{ tuned_custom_profile }} based on {{ tuned_base_profile }}
|
||||
include: configure-custom-profile.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue