tinyblargon.cpu_scaling_governor
Ansible Role: cpu-scaling-governor
This is an Ansible role that sets the CPU frequency scaling governor when the system starts.
Requirements
No special requirements.
Role Variables
Variable Name | Type | Default Value | Description |
---|---|---|---|
cpu_scaling_governor: | string | "performance" | This sets the CPU scaling governor. You can find possible values here. |
cpu_scaling_governor_state: | string | "present" | If set to "present" , it will create a systemd service to set the CPU scaling governor at startup. If set to "absent" , it will remove that systemd service. |
Dependencies
No dependencies.
Example Playbook
- hosts: all
roles:
- Tinyblargon.cpu_scaling_governor
vars:
cpu_scaling_governor: "performance"
cpu_scaling_governor_state: "present"
License
MIT
Informazioni sul progetto
Service for setting the CPU scaling governor on startup
Installa
ansible-galaxy install tinyblargon.cpu_scaling_governor
Licenza
mit
Download
136
Proprietario
If the DevOps tooling doesn't exist, I'll write it myself.