win_power_plan – Changes the power plan of a Windows system¶
New in version 2.4.
Synopsis¶
- This module will change the power plan of a Windows system to the defined string.
- Windows defaults to
balanced
which will cause CPU throttling. In some cases it can be preferable to change the mode tohigh performance
to increase CPU performance.
Parameters¶
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Noah Sparks (@nwsparks)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.