browbeat/ansible/tune/roles/tuned/tasks/main.yml
Alex Krzos e891e8ba06 Starting performance tune playbook.
Change-Id: I4cc76534051b1bc6377aa82fb74fcbc7232169ed
2016-02-16 19:38:42 -05:00

10 lines
199 B
YAML

---
#
# Sets correct tuned profile on each host
# See https://bugzilla.redhat.com/show_bug.cgi?id=1246645
#
- name: Set tuned profile
become: true
command: tuned-adm profile {{ tuned_profile }}