check_point.gaia.cp_gaia_version_facts (5.0.1) — module

Show gaia version.

| "added in version" 3.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 gaia version.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Show version
  check_point.gaia.cp_gaia_version_facts:

Inputs

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

Outputs

ansible_facts:
  contains:
    os_build:
      description:
      - Build number.
      returned: always
      type: str
    os_edition:
      description:
      - Gaia edition.
      returned: always
      type: str
    os_kernel_version:
      description:
      - Gaia kernel version.
      returned: always
      type: str
    product_version:
      description:
      - Gaia version.
      returned: always
      type: str
  description: The version facts.
  returned: always.
  type: dict