Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 4.0.0 User’s Guide
- Contents
- 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)
- How OpenManage Ansible Modules work with OME
- Running your first OME Playbook
- Manage Devices
- Manage device configuration templates
- Template Service
- Manage the device firmware
- Manage jobs
- Manage users
- Manage identity pool
- Manage application settings
- Manage network configuration
- Manage fabrics
- Manage Profiles
- Device discovery
- Manage Chassis
- Manage Active Directory service and user groups
- Diagnostics
- Modules for Redfish APIs
- Deprecated modules
- 16123
- name: Migrate a profile
dellemc.openmanage.ome_profile:
hostname: "192.168.0.1"
username: "username"
password: "password"
command: "migrate"
name: "Profile 00001"
device_id: 12456
Device discovery
Manage discovery jobs
Module: ome_discovery
Synopsis
This module allows to create, modify, or delete a discovery job.
Options
Table 55. ome_discovery
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
state NA present present, and absent
● C(present)creates a
discovery job or
modifies an existing
discovery job.
● I(discovery_job_na
me) is mandatory
for the creation of a
new discovery job.
● If multiple
discoveries of the
same
I(discovery_job_na
me) exist, then the
new discovery job
will not be created.
● C(absent) deletes
an existing
discovery job(s)
with
thespecifiedgiven
I(discovery_job_na
me).
discovery_job_name NA NA NA
● Name of
the discovery
configuration job.
● This option
is mutually
146 Modules for OpenManage Enterprise (OME)