kayobe/ansible/tuned.yml
Michał Nasiadka 769c2efb97 Add support for configuring tuned profile
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
2021-10-06 17:49:24 +02:00

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'