2021-10-13 02:02:22 +00:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
2022-11-27 04:59:35 +00:00
|
|
|
name: "Configure 'tuned' with AMD GPU control"
|
2022-11-27 06:51:39 +00:00
|
|
|
roles:
|
|
|
|
# role prepares/modifies 'tuned' with AMD GPU power/clock parameters
|
|
|
|
# creates a new tuned profile made for each permutation of (base) 'tuned' profile + AMD powerplay profile
|
|
|
|
- role: tuned_amdgpu
|
|
|
|
# list of source tuned profiles available on Fedora (TODO: should dynamically discover)
|
|
|
|
base_profiles:
|
|
|
|
- balanced
|
|
|
|
- desktop
|
|
|
|
- latency-performance
|
|
|
|
- network-latency
|
|
|
|
- network-throughput
|
|
|
|
- powersave
|
|
|
|
- virtual-host
|