freeipa.ansible_freeipa.ipaserver_setup_ntp (1.11.1) — module

Setup NTP

Authors: Thomas Woerner (@t-woerner)

preview | supported by community

Install collection

Install with ansible-galaxy collection install freeipa.ansible_freeipa:==1.11.1


Add to requirements.yml

  collections:
    - name: freeipa.ansible_freeipa
      version: 1.11.1

Description

Setup NTP

Inputs

    
ntp_pool:
    description: ntp server pool to use
    required: false
    type: str

ntp_servers:
    description: ntp servers to use
    elements: str
    required: false
    type: list