Files
offline_kubespray/collection/inspur/sm/playbooks/modules/examples-edit_fan.yml
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

23 lines
451 B
YAML

- 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.sm.edit_fan:
mode: "Automatic"
provider: "{{ ism }}"
- name: "set fan information"
inspur.sm.edit_fan:
mode: "Manual"
id: 1
fan_speed: 80
provider: "{{ ism }}"