Deprecated

Removed in 2.13

i

Reason:Replaced with M(idrac_timezone_ntp). | Alternative:Use M(idrac_timezone_ntp) instead.

dellemc.openmanage.dellemc_configure_idrac_timezone (2.1.5) — module

Configures the iDRAC timezone attributes.

| "added in version" 2.3 of dellemc.openmanage"

Authors: Felix Stephen (@felixs88)

deprecated | supported by community

Install collection

Install with ansible-galaxy collection install dellemc.openmanage:==2.1.5


Add to requirements.yml

  collections:
    - name: dellemc.openmanage
      version: 2.1.5

Description

This module is responsible for configuring the iDRAC timezone attributes.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
---
- name: Configure the iDRAC timezone attributes.
  idrac_timezone_ntp:
       idrac_ip:   "xx.xx.xx.xx"
       idrac_user: "xxxx"
       idrac_password:  "xxxxxxxx"
       share_name: "xx.xx.xx.xx:/share"
       share_password:  "xxxxxxxx"
       share_user: "xxxx"
       share_mnt: "/mnt/share"
       setup_idrac_timezone: "UTC"
       enable_ntp: Enabled
       ntp_server_1: "x.x.x.x"
       ntp_server_2: "x.x.x.x"
       ntp_server_3: "x.x.x.x"

Inputs

    
idrac_ip:
    description: iDRAC IP Address.
    required: true

share_mnt:
    description: Local mount path of the network share with read-write permission for
      ansible user. This option is mandatory for Network Share.
    required: false

enable_ntp:
    choices:
    - Enabled
    - Disabled
    description: Whether to Enable or Disable NTP for iDRAC.
    required: false

idrac_port:
    default: 443
    description: iDRAC port.
    required: false

idrac_user:
    description: iDRAC username.
    required: true

share_name:
    description: Network share or a local path.
    required: true

share_user:
    description: Network share user in the format 'user@domain' or 'domain\user' if user
      is part of a domain else 'user'. This option is mandatory for CIFS Network Share.
    required: false

ntp_server_1:
    description: NTP configuration for iDRAC.
    required: false

ntp_server_2:
    description: NTP configuration for iDRAC.
    required: false

ntp_server_3:
    description: NTP configuration for iDRAC.
    required: false

idrac_password:
    aliases:
    - idrac_pwd
    description: iDRAC user password.
    required: true

share_password:
    aliases:
    - share_pwd
    description: Network share user password. This option is mandatory for CIFS Network
      Share.
    required: false

setup_idrac_timezone:
    description: Configuring the timezone for iDRAC.
    required: false