inspur.ispim.edit_fan – Set fan information.¶
Note
This plugin is part of the inspur.ispim collection.
To install it use: ansible-galaxy collection install inspur.ispim
.
To use it in a playbook, specify: inspur.ispim.edit_fan
.
New in version 1.0.0: of inspur.ispim
Parameters¶
Examples¶
- name: Fan test
hosts: ism
connection: local
gather_facts: no
vars:
ism:
host: "{{ ansible_ssh_host }}"
username: "{{ username }}"
password: "{{ password }}"
tasks:
- name: "Set fan information"
inspur.ispim.edit_fan:
mode: "Automatic"
provider: "{{ ism }}"
- name: "Set fan information"
inspur.ispim.edit_fan:
mode: "Manual"
id: 1
fan_speed: 80
provider: "{{ ism }}"
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
WangBaoshan (@ispim)