aboutsummaryrefslogtreecommitdiffstats
path: root/roles/tuned/README.md
blob: bc42bf057e6b3f17965b395c8e48b572a58d39fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Tuned
=====

Description
-----------

The `tuned` role sets the host's [TuneD](https://tuned-project.org/) performance
profile.

Variables
---------

This role **accepts** the following variables:

Variable        | Default   | Description
----------------|-----------|------------
`tuned_profile` | `balanced | TuneD profile name


Usage
-----

Example playbook:

````yaml
- name: set tuned profile
  hosts: proxmox_instanced
  roles:
    - role: tuned
      vars:
        tuned_profile: virtual-guest
````