dellemc.openmanage.idrac_timezone_ntp (2.1.5) — module

Configures time zone and NTP on iDRAC.

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

Authors: Felix Stephen (@felixs88), Anooja Vardhineni (@anooja-vardhineni)

preview | 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 allows to configure time zone and NTP on iDRAC.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
---
- name: Configure time zone and NTP on iDRAC.
  dellemc.openmanage.idrac_timezone_ntp:
       idrac_ip:   "190.168.0.1"
       idrac_user: "user_name"
       idrac_password:  "user_password"
       share_name: "user_name:/share"
       share_password:  "share_password"
       share_user: "user_name"
       share_mnt: "/mnt/share"
       setup_idrac_timezone: "UTC"
       enable_ntp: Enabled
       ntp_server_1: "190.168.0.1"
       ntp_server_2: "190.168.0.2"
       ntp_server_3: "190.168.0.3"

Inputs

    
idrac_ip:
    description: iDRAC IP Address.
    required: true
    type: str

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

enable_ntp:
    choices:
    - Enabled
    - Disabled
    description: Allows to enable or disable NTP on iDRAC.
    required: false
    type: str

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

idrac_user:
    description: iDRAC username.
    required: true
    type: str

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

share_user:
    description: 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.
    required: false
    type: str

ntp_server_1:
    description: The IP address of the NTP server 1.
    required: false
    type: str

ntp_server_2:
    description: The IP address of the NTP server 2.
    required: false
    type: str

ntp_server_3:
    description: The IP address of the NTP server 3.
    required: false
    type: str

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

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

setup_idrac_timezone:
    description: Allows to configure time zone on iDRAC.
    required: false
    type: str