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
}
}
Example
-name: Set up iDRAC LC Attributes
dellemc.openmanage.dellemc_idrac_lc_attributes:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
share_name: "192.168.0.1:/share"
share_mnt: "/mnt/share"
csior: "Enabled"
Configure syslog
Module: idrac_syslog
Synopsis
This module allows to enable or disable the iDRAC syslog.
Check_mode support: Yes
Options
Table 14. idrac_syslog
Parameter/
aliases
Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_password/
idrac_pwd
Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
share_name Yes NA NA Network share or a local path
share_user
No NA NA
Network share user name.
Use the format 'user@domain'
or 'domain \\ user' if user is
part of a domain.
This option is mandatory for
CIFS share.
share_password/
share_pwd
No NA NA
Network share user password.
This option is mandatory for
CIFS share.
share_mnt No NA NA
Local mount path of the
network share with read-write
permission for Ansible user.
This option is mandatory for
network shares.
syslog Yes NA
● Enabled
● Disabled
Enables or disables the iDRAC
syslog.
Return Values
msg:
description: Overall status of the syslog export operation.
returned: always
type: str
sample: "Successfully fetch the syslogs."
40
Modules for iDRAC