check_point.mgmt.cp_mgmt_show_gateway_capabilities (5.2.1) — module

Show supported Check Point Gateway capabilities such as versions, hardwares, platforms and blades.

| "added in version" 2.9 of check_point.mgmt"

Authors: Or Soffer (@chkp-orso)

preview | supported by community

Install collection

Install with ansible-galaxy collection install check_point.mgmt:==5.2.1


Add to requirements.yml

  collections:
    - name: check_point.mgmt
      version: 5.2.1

Description

Show supported Check Point Gateway capabilities such as versions, hardwares, platforms and blades.

All operations are performed over Web Services API.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: show-gateway-capabilities
  cp_mgmt_show_gateway_capabilities:
    platform: smb

Inputs

    
version:
    description:
    - Gateway platform version.
    type: str

hardware:
    description:
    - Check Point hardware.
    type: str

platform:
    choices:
    - smb
    - quantum
    - maestro
    - elasticxl
    - vsnext
    - open server
    - other
    description:
    - Check Point gateway platform.
    type: str

wait_for_task:
    default: true
    description:
    - Wait for the task to end. Such as publish task.
    type: bool

wait_for_task_timeout:
    default: 30
    description:
    - How many minutes to wait until throwing a timeout error.
    type: int

Outputs

cp_mgmt_show_gateway_capabilities:
  description: The checkpoint show-gateway-capabilities output.
  returned: always.
  type: dict