community.general icon indicating copy to clipboard operation
community.general copied to clipboard

Add resource_id field to redfish_info

Open AvinashJalumuru opened this issue 1 month ago • 5 comments

Summary

resource_id parameter is accepted in redfish_command and redfish_config which is very much useful to pass the ID of the System, Manager or Chassis. This feature is missing in redfish_info.

Adding resource_id field in community.general.redfish_info would benefit all users (along with me) using redfish to manage/configure multi-systems.

Issue Type

Feature Idea

Component Name

redfish_info

Additional Information

  - name: Get default system inventory and user information of resource 437XR1138R2
    community.general.redfish_info:
      category: Systems,Accounts
      baseuri: "{{ baseuri }}"
      username: "{{ username }}"
      password: "{{ password }}"
      resource_id: 437XR1138R2

Code of Conduct

  • [X] I agree to follow the Ansible Code of Conduct

AvinashJalumuru avatar May 08 '24 21:05 AvinashJalumuru