kaytus.ksmanage.update_fw – Update firmware¶
Note
This plugin is part of the kaytus.ksmanage collection.
To install it use: ansible-galaxy collection install kaytus.ksmanage
.
To use it in a playbook, specify: kaytus.ksmanage.update_fw
.
New in version 1.0.0: of kaytus.ksmanage
Requirements¶
The below requirements are needed on the host that executes this module.
Python 3.7+
inManage
Parameters¶
Examples¶
- name: Update fw test
hosts: ksmanage
connection: local
gather_facts: no
vars:
ksmanage:
host: "{{ ansible_ssh_host }}"
username: "{{ username }}"
password: "{{ password }}"
tasks:
- name: "update bios"
kaytus.ksmanage.update_fw:
url: "/home/wbs/SA5112M5_BIOS_4.1.8_Standard_20200117.bin"
type: "BIOS"
provider: "{{ ksmanage }}"
- name: "update bmc"
kaytus.ksmanage.update_fw:
url: "/home/wbs/SA5112M5_BMC_4.17.7_Standard_20200430"
mode: "Auto"
type: "BMC"
dual_image: "dual"
provider: "{{ ksmanage }}"
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
WangBaoshan (@ieisystem)