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:
2021-11-08 00:21:58 -05:00
parent dd60b6b9ea
commit fed71d7add
5 changed files with 30 additions and 2 deletions

View File

@ -0,0 +1,3 @@
# CPU Frequency Utils configuration
# {{ ansible_managed }}
GOVERNOR="{{ cpu_governor }}"

View File

@ -1,3 +1,5 @@
# Locales configuration
# {{ ansible_managed }}
LANGUAGE=en_CA.UTF-8
LC_ALL=en_CA.UTF-8
LANG=en_CA.UTF-8