inspur.ispim.update_fw – Update firmware.¶
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.update_fw
.
New in version 1.0.0: of inspur.ispim
Parameters¶
Examples¶
- name: Update fw test
hosts: ism
connection: local
gather_facts: no
vars:
ism:
host: "{{ ansible_ssh_host }}"
username: "{{ username }}"
password: "{{ password }}"
tasks:
- name: "update bios"
inspur.ispim.update_fw:
url: "/home/wbs/SA5112M5_BIOS_4.1.8_Standard_20200117.bin"
type: "BIOS"
provider: "{{ ism }}"
- name: "update bmc"
inspur.ispim.update_fw:
url: "/home/wbs/SA5112M5_BMC_4.17.7_Standard_20200430"
mode: "Auto"
type: "BMC"
dual_image: "dual"
provider: "{{ ism }}"
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
WangBaoshan (@ispim)