Users Guide

Table Of Contents
}
}
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