Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 1.0 User’s Guide
- Tables
- Overview
- Getting Started
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying Operating System
- Server Inventory
- Server Administration Tasks
- Troubleshooting
- Accessing support content from the Dell EMC support site
Options
Table 27. dellemc_setup_idrac_syslog
Parameter Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_pwd Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
share_name Yes NA NA
CIFS or NFS Network
share or a local path
share_user No NA NA
Network share user
in the format
'user@domain' if user is
part of a domain else
'user'
share_pwd No NA NA
Network share user
password
share_mnt No NA NA
Local mount path of
the network share with
read-write permission
for ansible user
syslog Yes NA
● Enabled
● Disabled
Whether to Enable or
Disable iDRAC syslog
Table 28. Return Values
Name Description Returned Type Sample
iDRAC Syslog
Configures iDRAC Syslog
parameters
Success String
https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC
Example
-name: Configure iDRAC Syslog Parameters
dellemc_setup_idrac_syslog:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
share_name: "\\\\xx.xx.xx.xx\\share"
share_user: "xxxx"
share_pwd: "xxxxxxxx"
share_mnt: "/mnt/share"
syslog: "xxxxxxx"
28
Configuring PowerEdge Servers