freeipa.ansible_freeipa.ipaclient_setup_ntp (1.8.4) — module

Setup NTP for IPA client

Authors: Thomas Woerner

preview | supported by community

Install collection

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


Add to requirements.yml

  collections:
    - name: freeipa.ansible_freeipa
      version: 1.8.4

Description

Setup NTP for IPA client

Inputs

    
domain:
    description: Primary DNS domain of the IPA deployment
    required: true

no_ntp:
    description: Do not configure ntp
    required: true

servers:
    description: Fully qualified name of IPA servers to enroll to
    required: true

ntp_pool:
    description: ntp server pool to use
    required: true

on_master:
    description: Whether the configuration is done on the master or not
    required: true

ntp_servers:
    description: ntp servers to use
    required: true