cp_gaia_time_and_date_facts.

Synopsis

Show the time and date configuration.

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.7.

Notes

Note

  • Supports check_mode.

Examples

- name: Show time and date configuration
  check_point.gaia.cp_gaia_time_and_date_facts:

Return Values

ansible_facts (always., dict, )

The checkpoint object facts.

time (always, str, )

Time in HH:MM:SS format.

date (always, str, )

Date in DD-MM-YYYY format.

timezone (always, str, )

Timezone in Area/Region format.

iso8601 (always, str, )

Time information in iso 8601 format.

posix (always, int, )

Time information in posix format.

Status

Authors

  • Ameer Asli (@chkp-ameera)