Joshua M. Boniface fed71d7add 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.
2021-11-08 00:21:58 -05:00

4 lines
90 B
Django/Jinja

# CPU Frequency Utils configuration
# {{ ansible_managed }}
GOVERNOR="{{ cpu_governor }}"