dellemc.openmanage.omevv_baseline_profile_info module – Retrieve OMEVV baseline profile information.
Note
This module is part of the dellemc.openmanage collection (version 9.9.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install dellemc.openmanage
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: dellemc.openmanage.omevv_baseline_profile_info
.
New in dellemc.openmanage 9.9.0
Synopsis
This module allows you to retrieve all or the specific OMEVV baseline profile information.
Requirements
The below requirements are needed on the host that executes this module.
python >= 3.9.6
Parameters
Parameter |
Comments |
---|---|
The Privacy Enhanced Mail (PEM) file that contains a CA certificate to be used for the validation. |
|
IP address or hostname of the OpenManage Enterprise Modular. |
|
Name of the baseline profile. If name is provided, the module retrieves only specified baseline profile information. |
|
OpenManage Enterprise HTTPS port. Default: |
|
The socket level timeout in seconds. Default: |
|
Whether to check SSL certificate. - If Choices:
|
|
Password for OpenManage Enterprise Integration for VMware vCenter (OMEVV). If the password is not provided, then the environment variable Example: export OMEVV_VCENTER_PASSWORD=password |
|
Username for OpenManage Enterprise Integration for VMware vCenter (OMEVV). If the username is not provided, then the environment variable Example: export OMEVV_VCENTER_USERNAME=username |
|
Universally Unique Identifier (UUID) of vCenter. vCenter UUID details can be retrieved using dellemc.openmanage.omevv_vcenter_info module. If UUID is not provided, then the environment variable Example: export OMEVV_VCENTER_UUID=uuid |
Attributes
Attribute |
Support |
Description |
---|---|---|
Support: full |
Runs task to validate without performing action on the target machine. |
Notes
Note
Run this module from a system that has direct access to Dell OpenManage Enterprise.
Examples
---
- name: Retrieve all baseline profile information.
dellemc.openmanage.omevv_baseline_profile_info:
hostname: "192.168.0.1"
vcenter_uuid: "xxxxxx"
vcenter_username: "username"
vcenter_password: "password"
ca_path: "path/to/ca_file"
- name: Retrieve specific baseline profile information using profile name.
dellemc.openmanage.omevv_baseline_profile_info:
hostname: "192.168.0.1"
vcenter_uuid: "xxxxxx"
vcenter_username: "username"
vcenter_password: "password"
ca_path: "path/to/ca_file"
name: profile-1
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Information on the vCenter. Returned: success Sample: |
|
Details of the HTTP Error. Returned: on HTTP error Sample: |
|
Status of the baseline profile information for the retrieve operation. Returned: always Sample: |