Add option for setting CPU governor
Allows the administrator to set a CPU frequency governor if they need to, though the default of ondemand is usually sufficient.
This commit is contained in:
3
roles/base/templates/etc/default/cpufrequtils.j2
Normal file
3
roles/base/templates/etc/default/cpufrequtils.j2
Normal file
@ -0,0 +1,3 @@
|
||||
# CPU Frequency Utils configuration
|
||||
# {{ ansible_managed }}
|
||||
GOVERNOR="{{ cpu_governor }}"
|
Reference in New Issue
Block a user