769c2efb97
This is only supported on CentOS for now due to limitations of the Ansible role used to configure tuned. Change-Id: Ie07c5f467975f8da2f720e70c94cea6285981d72 Co-Authored-By: Pierre Riteau <pierre@stackhpc.com> Story: 2007853 Task: 40155
12 lines
266 B
YAML
12 lines
266 B
YAML
---
|
|
- name: Configure tuned profile
|
|
hosts: seed:seed-hypervisor:overcloud:infra-vms
|
|
tags:
|
|
- tuned
|
|
roles:
|
|
- name: giovtorres.tuned
|
|
become: true
|
|
when:
|
|
- tuned_active_builtin_profile != ""
|
|
- ansible_facts.os_family == 'RedHat'
|