New in version 2.8.
| Parameter | Choices/Defaults | Comments |
|---|---|---|
| baseuri string / required | Base URI of OOB controller | |
| category string / required | Category to execute on OOB controller | |
| command list / required | List of commands to execute on OOB controller | |
| password string / required | Password for authentication with OOB controller | |
| timeout integer added in 2.8 | Default: 10 | Timeout in seconds for URL requests to OOB controller |
| username string / required | User for authentication with OOB controller |
- name: Create BIOS configuration job (schedule BIOS setting update)
idrac_redfish_command:
category: Systems
command: CreateBiosConfigJob
baseuri: "{{ baseuri }}"
username: "{{ username }}"
password: "{{ password }}"
Common return values are documented here, the following are the fields unique to this module:
| Key | Returned | Description |
|---|---|---|
| msg string | always | Message with action result or error description Sample: Action was successful |
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.9/modules/idrac_redfish_command_module.html