diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
commit | 38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch) | |
tree | 356e9fd3762877d07cde52d21e77070aeff7e789 /ansible_collections/dellemc/openmanage/plugins/README.md | |
parent | Adding upstream version 7.7.0+dfsg. (diff) | |
download | ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.tar.xz ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.zip |
Adding upstream version 9.4.0+dfsg.upstream/9.4.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/dellemc/openmanage/plugins/README.md')
-rw-r--r-- | ansible_collections/dellemc/openmanage/plugins/README.md | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/ansible_collections/dellemc/openmanage/plugins/README.md b/ansible_collections/dellemc/openmanage/plugins/README.md index e5200a2da..7711a1d84 100644 --- a/ansible_collections/dellemc/openmanage/plugins/README.md +++ b/ansible_collections/dellemc/openmanage/plugins/README.md @@ -10,6 +10,8 @@ Here are the list of modules and module_utils supported by Dell. ├── omem_auth_options.py ├── oment_auth_options.py └── redfish_auth_options.py +├── inventory + └── ome_inventory.py ├── module_utils ├── dellemc_idrac.py ├── idrac_redfish.py @@ -19,8 +21,6 @@ Here are the list of modules and module_utils supported by Dell. └── modules ├── dellemc_configure_idrac_eventing.py ├── dellemc_configure_idrac_services.py - ├── dellemc_get_firmware_inventory.py - ├── dellemc_get_system_inventory.py ├── dellemc_idrac_lc_attributes.py ├── dellemc_idrac_storage_volume.py ├── dellemc_system_lockdown_mode.py @@ -30,11 +30,13 @@ Here are the list of modules and module_utils supported by Dell. ├── idrac_certificates.py ├── idrac_firmware.py ├── idrac_firmware_info.py + ├── idrac_license.py ├── idrac_lifecycle_controller_job_status_info.py ├── idrac_lifecycle_controller_jobs.py ├── idrac_lifecycle_controller_logs.py ├── idrac_lifecycle_controller_status_info.py ├── idrac_network.py + ├── idrac_network_attributes.py ├── idrac_os_deployment.py ├── idrac_redfish_storage_controller.py ├── idrac_reset.py @@ -43,8 +45,13 @@ Here are the list of modules and module_utils supported by Dell. ├── idrac_system_info.py ├── idrac_timezone_ntp.py ├── idrac_user.py + ├── idrac_user_info.py ├── idrac_virtual_media.py ├── ome_active_directory.py + ├── ome_alert_policies_message_id_info.py + ├── ome_alert_policies_info.py + ├── ome_alert_policies_actions_info.py + ├── ome_alert_policies_category_info.py ├── ome_application_alerts_smtp.py ├── ome_application_alerts_syslog.py ├── ome_application_certificate.py @@ -83,18 +90,23 @@ Here are the list of modules and module_utils supported by Dell. ├── ome_network_vlan_info.py ├── ome_powerstate.py ├── ome_profile.py + ├── ome_profile_info.py ├── ome_server_interface_profile_info.py ├── ome_server_interface_profiles.py + ├── ome_smart_fabric_info.py ├── ome_smart_fabric.py + ├── ome_smart_fabric_uplink_info.py ├── ome_smart_fabric_uplink.py ├── ome_template.py ├── ome_template_identity_pool.py ├── ome_template_info.py ├── ome_template_network_vlan.py + ├── ome_template_network_vlan_info.py ├── ome_user.py ├── ome_user_info.py ├── redfish_event_subscription.py ├── redfish_firmware.py + ├── redfish_firmware_rollback.py ├── redfish_powerstate.py └── redfish_storage_volume.py -```
\ No newline at end of file +``` |