tuned - add custom profile support, udev/io sched. example

This commit is contained in:
Josh Lay 2020-06-03 21:15:43 -05:00
parent a3cd18f090
commit 9406e7ddfb
6 changed files with 71 additions and 0 deletions

View file

@ -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