New in version 2.8.
idrac_redfish_facts before Ansible 2.9, returning ansible_facts. Note that the idrac_redfish_info module no longer returns ansible_facts!Aliases: idrac_redfish_facts
| Parameter | Choices/Defaults | Comments |
|---|---|---|
| baseuri string / required | Base URI of iDRAC controller | |
| category string / required | Category to execute on iDRAC controller | |
| command list / required | List of commands to execute on iDRAC controller | |
| password string / required | Password for authentication with iDRAC controller | |
| timeout integer | Default: 10 | Timeout in seconds for URL requests to OOB controller |
| username string / required | User for authentication with iDRAC controller |
- name: Get Manager attributes with a default of 20 seconds
idrac_redfish_command:
category: Manager
command: GetManagerAttributes
baseuri: "{{ baseuri }}"
username: "{{ username }}"
password: "{{ password }}"
timeout: 20
Common return values are documented here, the following are the fields unique to this module:
| Key | Returned | Description |
|---|---|---|
| msg dictionary | always | different results depending on task Sample: List of Manager attributes |
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_info_module.html