2021-10-13 02:02:22 +00:00
|
|
|
---
|
2024-08-09 13:25:54 +00:00
|
|
|
- name: "Configure 'tuned' with AMD GPU control"
|
|
|
|
hosts: localhost
|
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
|