Joshua M. Boniface
056c325486
Allows the administrator to set a CPU frequency governor if they need to, though the default of ondemand is usually sufficient.
4 lines
90 B
Django/Jinja
4 lines
90 B
Django/Jinja
# CPU Frequency Utils configuration
|
|
# {{ ansible_managed }}
|
|
GOVERNOR="{{ cpu_governor }}"
|