check_point.gaia.cp_gaia_time_and_date (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: Setting new time and date
  check_point.gaia.cp_gaia_time_and_date:
    time: newpass
    date: newpass
    timezone: newpass

Inputs

    
date:
    description: Date to set, in YYYY-MM-DD format.
    required: false
    type: str

time:
    description: Time to set, in HH:MM[:SS] format.
    required: false
    type: str

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

timezone:
    description: Timezone in Area / Region format. See timezone list via cp_gaia_timezones_facts.
    required: false
    type: str

wait_for_task:
    default: true
    description: Wait for task or return immediately.
    required: false
    type: bool

Outputs

set_time_and_date:
  description: The checkpoint object updated.
  returned: always.
  type: dict