check_point.gaia.cp_gaia_time_and_date_facts (5.0.1) — module

Show the time and date configuration.

| "added in version" 5.0.0 of check_point.gaia"

Authors: Ameer Asli (@chkp-ameera)

Install collection

Install with ansible-galaxy collection install check_point.gaia:==5.0.1


Add to requirements.yml

  collections:
    - name: check_point.gaia
      version: 5.0.1

Description

Show the time and date configuration.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Show time and date configuration
  check_point.gaia.cp_gaia_time_and_date_facts:

Inputs

    
version:
    description: Gaia API version for example 1.7.
    required: false
    type: str

Outputs

ansible_facts:
  contains:
    date:
      description: Date in DD-MM-YYYY format.
      returned: always
      type: str
    iso8601:
      description: Time information in iso 8601 format.
      returned: always
      type: str
    posix:
      description: Time information in posix format.
      returned: always
      type: int
    time:
      description: Time in HH:MM:SS format.
      returned: always
      type: str
    timezone:
      description: Timezone in Area/Region format.
      returned: always
      type: str
  description: The checkpoint object facts.
  returned: always.
  type: dict