414 lines
22 KiB
ReStructuredText
414 lines
22 KiB
ReStructuredText
.. Document meta
|
|
|
|
:orphan:
|
|
|
|
.. Anchors
|
|
|
|
.. _ansible_collections.inspur.sm.update_fw_module:
|
|
|
|
.. Anchors: short name for ansible.builtin
|
|
|
|
.. Anchors: aliases
|
|
|
|
|
|
|
|
.. Title
|
|
|
|
inspur.sm.update_fw -- Update firmware.
|
|
+++++++++++++++++++++++++++++++++++++++
|
|
|
|
.. Collection note
|
|
|
|
.. note::
|
|
This plugin is part of the `inspur.sm collection <https://galaxy.ansible.com/inspur/sm>`_.
|
|
|
|
To install it use: :code:`ansible-galaxy collection install inspur.sm`.
|
|
|
|
To use it in a playbook, specify: :code:`inspur.sm.update_fw`.
|
|
|
|
.. version_added
|
|
|
|
.. versionadded:: 0.1.0 of inspur.sm
|
|
|
|
.. contents::
|
|
:local:
|
|
:depth: 1
|
|
|
|
.. Deprecated
|
|
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
.. Description
|
|
|
|
- Update firmware on Inspur server.
|
|
|
|
.. Aliases
|
|
|
|
|
|
.. Requirements
|
|
|
|
|
|
.. Options
|
|
|
|
Parameters
|
|
----------
|
|
|
|
.. raw:: html
|
|
|
|
<table border=0 cellpadding=0 class="documentation-table">
|
|
<tr>
|
|
<th colspan="2">Parameter</th>
|
|
<th>Choices/<font color="blue">Defaults</font></th>
|
|
<th width="100%">Comments</th>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<div class="ansibleOptionAnchor" id="parameter-dual_image"></div>
|
|
<b>dual_image</b>
|
|
<a class="ansibleOptionLink" href="#parameter-dual_image" title="Permalink to this option"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">string</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<ul style="margin: 0; padding: 0"><b>Choices:</b>
|
|
<li>single</li>
|
|
<li><div style="color: blue"><b>dual</b> ←</div></li>
|
|
</ul>
|
|
</td>
|
|
<td>
|
|
<div>(M5)update dual image(default) or not.</div>
|
|
<div>Only the M5 model supports this parameter.</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<div class="ansibleOptionAnchor" id="parameter-has_me"></div>
|
|
<b>has_me</b>
|
|
<a class="ansibleOptionLink" href="#parameter-has_me" title="Permalink to this option"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">integer</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<ul style="margin: 0; padding: 0"><b>Choices:</b>
|
|
<li>0</li>
|
|
<li>1</li>
|
|
</ul>
|
|
<b>Default:</b><br/><div style="color: blue">1</div>
|
|
</td>
|
|
<td>
|
|
<div>(M5-BIOS)update me or not when update bios,only work in INTEL platform,0-no,1-yes.</div>
|
|
<div>Only the M5 model supports this parameter.</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<div class="ansibleOptionAnchor" id="parameter-host"></div>
|
|
<b>host</b>
|
|
<a class="ansibleOptionLink" href="#parameter-host" title="Permalink to this option"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">string</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
</td>
|
|
<td>
|
|
<div>Specifies the DNS host name or address for connecting to the remote device over the specified transport. The value of host is used as the destination address for the transport.</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<div class="ansibleOptionAnchor" id="parameter-mode"></div>
|
|
<b>mode</b>
|
|
<a class="ansibleOptionLink" href="#parameter-mode" title="Permalink to this option"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">string</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<ul style="margin: 0; padding: 0"><b>Choices:</b>
|
|
<li><div style="color: blue"><b>Auto</b> ←</div></li>
|
|
<li>Manual</li>
|
|
</ul>
|
|
</td>
|
|
<td>
|
|
<div>(BMC)active mode, Manual or Auto(default).</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<div class="ansibleOptionAnchor" id="parameter-over_ride"></div>
|
|
<b>over_ride</b>
|
|
<a class="ansibleOptionLink" href="#parameter-over_ride" title="Permalink to this option"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">integer</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<ul style="margin: 0; padding: 0"><b>Choices:</b>
|
|
<li>0</li>
|
|
<li>1</li>
|
|
</ul>
|
|
<b>Default:</b><br/><div style="color: blue">0</div>
|
|
</td>
|
|
<td>
|
|
<div>Reserve Configrations,0-reserve, 1-override.</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<div class="ansibleOptionAnchor" id="parameter-password"></div>
|
|
<b>password</b>
|
|
<a class="ansibleOptionLink" href="#parameter-password" title="Permalink to this option"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">string</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
</td>
|
|
<td>
|
|
<div>Specifies the password to use to authenticate the connection to the remote device. If the value is not specified in the task, the value of environment variable <code>ANSIBLE_NET_PASSWORD</code> will be used instead.</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<div class="ansibleOptionAnchor" id="parameter-provider"></div>
|
|
<b>provider</b>
|
|
<a class="ansibleOptionLink" href="#parameter-provider" title="Permalink to this option"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">dictionary</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
</td>
|
|
<td>
|
|
<div>A dict object containing connection details.</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="elbow-placeholder"></td>
|
|
<td colspan="1">
|
|
<div class="ansibleOptionAnchor" id="parameter-provider/host"></div>
|
|
<b>host</b>
|
|
<a class="ansibleOptionLink" href="#parameter-provider/host" title="Permalink to this option"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">string</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
</td>
|
|
<td>
|
|
<div>Specifies the DNS host name or address for connecting to the remote device over the specified transport. The value of host is used as the destination address for the transport.</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="elbow-placeholder"></td>
|
|
<td colspan="1">
|
|
<div class="ansibleOptionAnchor" id="parameter-provider/password"></div>
|
|
<b>password</b>
|
|
<a class="ansibleOptionLink" href="#parameter-provider/password" title="Permalink to this option"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">string</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
</td>
|
|
<td>
|
|
<div>Specifies the password to use to authenticate the connection to the remote device. If the value is not specified in the task, the value of environment variable <code>ANSIBLE_NET_PASSWORD</code> will be used instead.</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="elbow-placeholder"></td>
|
|
<td colspan="1">
|
|
<div class="ansibleOptionAnchor" id="parameter-provider/username"></div>
|
|
<b>username</b>
|
|
<a class="ansibleOptionLink" href="#parameter-provider/username" title="Permalink to this option"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">string</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
</td>
|
|
<td>
|
|
<div>Configures the username to use to authenticate the connection to the remote device. If the value is not specified in the task, the value of environment variable <code>ANSIBLE_NET_USERNAME</code> will be used instead.</div>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="2">
|
|
<div class="ansibleOptionAnchor" id="parameter-type"></div>
|
|
<b>type</b>
|
|
<a class="ansibleOptionLink" href="#parameter-type" title="Permalink to this option"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">string</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<ul style="margin: 0; padding: 0"><b>Choices:</b>
|
|
<li>BMC</li>
|
|
<li>BIOS</li>
|
|
</ul>
|
|
</td>
|
|
<td>
|
|
<div>Firmware type.</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<div class="ansibleOptionAnchor" id="parameter-url"></div>
|
|
<b>url</b>
|
|
<a class="ansibleOptionLink" href="#parameter-url" title="Permalink to this option"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">string</span>
|
|
/ <span style="color: red">required</span> </div>
|
|
</td>
|
|
<td>
|
|
</td>
|
|
<td>
|
|
<div>Firmware image url.</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<div class="ansibleOptionAnchor" id="parameter-username"></div>
|
|
<b>username</b>
|
|
<a class="ansibleOptionLink" href="#parameter-username" title="Permalink to this option"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">string</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
</td>
|
|
<td>
|
|
<div>Configures the username to use to authenticate the connection to the remote device. If the value is not specified in the task, the value of environment variable <code>ANSIBLE_NET_USERNAME</code> will be used instead.</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br/>
|
|
|
|
.. Notes
|
|
|
|
|
|
.. Seealso
|
|
|
|
|
|
.. Examples
|
|
|
|
Examples
|
|
--------
|
|
|
|
.. code-block:: yaml+jinja
|
|
|
|
|
|
- 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.sm.update_fw:
|
|
url: "/home/wbs/SA5112M5_BIOS_4.1.8_Standard_20200117.bin"
|
|
type: "BIOS"
|
|
provider: "{{ ism }}"
|
|
|
|
- name: "update bmc"
|
|
inspur.sm.update_fw:
|
|
url: "/home/wbs/SA5112M5_BMC_4.17.7_Standard_20200430"
|
|
mode: "Auto"
|
|
type: "BMC"
|
|
dual_image: "dual"
|
|
provider: "{{ ism }}"
|
|
|
|
|
|
|
|
|
|
.. Facts
|
|
|
|
|
|
.. Return values
|
|
|
|
Return Values
|
|
-------------
|
|
Common return values are documented :ref:`here <common_return_values>`, the following are the fields unique to this module:
|
|
|
|
.. raw:: html
|
|
|
|
<table border=0 cellpadding=0 class="documentation-table">
|
|
<tr>
|
|
<th colspan="1">Key</th>
|
|
<th>Returned</th>
|
|
<th width="100%">Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="1">
|
|
<div class="ansibleOptionAnchor" id="return-changed"></div>
|
|
<b>changed</b>
|
|
<a class="ansibleOptionLink" href="#return-changed" title="Permalink to this return value"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">boolean</span>
|
|
</div>
|
|
</td>
|
|
<td>always</td>
|
|
<td>
|
|
<div>Check to see if a change was made on the device.</div>
|
|
<br/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="1">
|
|
<div class="ansibleOptionAnchor" id="return-message"></div>
|
|
<b>message</b>
|
|
<a class="ansibleOptionLink" href="#return-message" title="Permalink to this return value"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">string</span>
|
|
</div>
|
|
</td>
|
|
<td>always</td>
|
|
<td>
|
|
<div>Messages returned after module execution.</div>
|
|
<br/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="1">
|
|
<div class="ansibleOptionAnchor" id="return-state"></div>
|
|
<b>state</b>
|
|
<a class="ansibleOptionLink" href="#return-state" title="Permalink to this return value"></a>
|
|
<div style="font-size: small">
|
|
<span style="color: purple">string</span>
|
|
</div>
|
|
</td>
|
|
<td>always</td>
|
|
<td>
|
|
<div>Status after module execution.</div>
|
|
<br/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br/><br/>
|
|
|
|
.. Status (Presently only deprecated)
|
|
|
|
|
|
.. Authors
|
|
|
|
Authors
|
|
~~~~~~~
|
|
|
|
- WangBaoshan (@ISIB-group)
|
|
|
|
|
|
|
|
.. Parsing errors
|
|
|