cp_gaia_ntp_facts.¶
Synopsis¶
Show the NTP state, servers(primary and secondary) and the current NTP server.
Requirements¶
The below requirements are needed on the host that executes this module.
supported starting from gaia_api >= 1.6
Parameters¶
- version (False, str, None)
Gaia API version for example 1.6.
Notes¶
Note
Supports
check_mode
.
Examples¶
- name: Show current NTP configuration
check_point.gaia.cp_gaia_ntp_facts:
Return Values¶
- ansible_facts (always., dict, )
The checkpoint object facts.
- enabled (always, bool, )
active status.
- servers (always, list, )
Servers list.
- address (always, str, )
Ipv4-address or Ipv6-address.
- version (always, int, )
NTP version.
- type (always, str, )
NTP type.
- status (always, str, )
NTP status.