community.windows.win_power_plan – Changes the power plan of a Windows system¶
Note
This plugin is part of the community.windows collection (version 1.3.0).
To install it use: ansible-galaxy collection install community.windows
.
To use it in a playbook, specify: community.windows.win_power_plan
.
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¶
Examples¶
- name: Change power plan to high performance
community.windows.win_power_plan:
name: high performance
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Noah Sparks (@nwsparks)