Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules work with iDRAC
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Storage controller
- Modules for OpenManage Enterprise (OME)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
identity_count: 98
- name: Delete an identity pool.
ome_identity_pool:
hostname: "192.168.0.1"
username: "username"
password: "password"
state: "absent"
pool_name: "pool2"
Manage application settings
This section describes how to manage the following settings on OpenManage enterprise:
● Manage proxy configuration
● Manage a network configuration
● Manage a web server configuration
● Manage time configuration
● Generate and upload a certificate signing request
Manage proxy configuration
Module: ome_application_network_proxy
Synopsis
This module allows the configuration of a network proxy.
Options
Table 55. ome_application_network_proxy
Parameter Required Default Choices Comments
hostname True NA NA Target IP Address or
hostname
username True NA NA Target username
password True NA NA Target user password
port False 443 NA Target HTTPS port
enable_proxy True NA NA
● Enables or disables
the HTTP proxy
configuration.
● If I(enable proxy)
is false, the HTTP
proxy configuration
is set to its default
value.
ip_address False NA NA
● Proxy server
address
● This option is
mandatory when
I(enable_proxy) is
true.
proxy_port False NA NA
● Port number of the
proxy server.
● This option is
mandatory when
I(enable_proxy) is
true.
Modules for OpenManage Enterprise (OME) 87