alliedtelesis.awplus.awplus_ntp (1.0.0) — module

Manages core NTP configuration.

| "added in version" 2.9 of alliedtelesis.awplus"

Authors: Cheng Yi Kok (@cyk19), Isaac Daly (@dalyIsaac)

preview | supported by network

Install collection

Install with ansible-galaxy collection install alliedtelesis.awplus:==1.0.0


Add to requirements.yml

  collections:
    - name: alliedtelesis.awplus
      version: 1.0.0

Description

Manages core NTP configuration.

Inputs

    
acl:
    description:
    - ACL for peer/server access restricition.

auth:
    default: false
    description:
    - Enable NTP auhentication. Data type boolean.
    type: bool

state:
    choices:
    - present
    - absent
    default: present
    description:
    - Manage the state of the resource.

key_id:
    description:
    - auth_key id. Data type string

server:
    description:
    - Network address of NTP server.

logging:
    default: false
    description:
    - Enable NTP logs. Data type boolean.
    type: bool

auth_key:
    description:
    - md5 NTP authentication key of type 7.

source_int:
    description:
    - Source interface for NTP packets.

Outputs

commands:
  description: The list of commands to send to the device
  returned: always
  sample:
  - ntp server 192.0.1.23
  type: list