Server IP : 85.214.239.14 / Your IP : 3.22.79.103 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/ansible_collections/dellemc/openmanage/plugins/ |
Upload File : |
# dellemc.openmanage collections Plugins Directory Here are the list of modules and module_utils supported by Dell. ``` ├── doc_fragments ├── idrac_auth_options.py ├── network_share_options.py ├── ome_auth_options.py ├── omem_auth_options.py ├── oment_auth_options.py └── redfish_auth_options.py ├── module_utils ├── dellemc_idrac.py ├── idrac_redfish.py ├── ome.py ├── redfish.py └── utils.py └── 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 ├── idrac_attributes.py ├── idrac_bios.py ├── idrac_boot.py ├── idrac_certificates.py ├── idrac_firmware.py ├── idrac_firmware_info.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_os_deployment.py ├── idrac_redfish_storage_controller.py ├── idrac_reset.py ├── idrac_server_config_profile.py ├── idrac_syslog.py ├── idrac_system_info.py ├── idrac_timezone_ntp.py ├── idrac_user.py ├── idrac_virtual_media.py ├── ome_active_directory.py ├── ome_application_alerts_smtp.py ├── ome_application_alerts_syslog.py ├── ome_application_certificate.py ├── ome_application_console_preferences.py ├── ome_application_network_address.py ├── ome_application_network_proxy.py ├── ome_application_network_settings.py ├── ome_application_network_time.py ├── ome_application_network_webserver.py ├── ome_application_security_settings.py ├── ome_chassis_slots.py ├── ome_configuration_compliance_baseline.py ├── ome_configuration_compliance_info.py ├── ome_device_group.py ├── ome_device_info.py ├── ome_device_local_access_configuration.py ├── ome_device_location.py ├── ome_device_mgmt_network.py ├── ome_device_network_services.py ├── ome_device_power_settings.py ├── ome_device_quick_deploy.py ├── ome_devices.py ├── ome_diagnostics.py ├── ome_discovery.py ├── ome_domain_user_groups.py ├── ome_firmware.py ├── ome_firmware_baseline.py ├── ome_firmware_baseline_compliance_info.py ├── ome_firmware_baseline_info.py ├── ome_firmware_catalog.py ├── ome_groups.py ├── ome_identity_pool.py ├── ome_job_info.py ├── ome_network_port_breakout.py ├── ome_network_vlan.py ├── ome_network_vlan_info.py ├── ome_powerstate.py ├── ome_profile.py ├── ome_server_interface_profile_info.py ├── ome_server_interface_profiles.py ├── ome_smart_fabric.py ├── ome_smart_fabric_uplink.py ├── ome_template.py ├── ome_template_identity_pool.py ├── ome_template_info.py ├── ome_template_network_vlan.py ├── ome_user.py ├── ome_user_info.py ├── redfish_event_subscription.py ├── redfish_firmware.py ├── redfish_powerstate.py └── redfish_storage_volume.py ```