community.general.checkpoint_task_facts (0.1.1) — module

Get task objects facts on Check Point over Web Services API

Authors: Ansible by Red Hat (@rcarrillocruz)

preview | supported by network

Install collection

Install with ansible-galaxy collection install community.general:==0.1.1


Add to requirements.yml

  collections:
    - name: community.general
      version: 0.1.1

Description

Get task objects facts on Check Point devices. All operations are performed over Web Services API.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Get task facts
  checkpoint_task_facts:
    task_id: 2eec70e5-78a8-4bdb-9a76-cfb5601d0bcb

Inputs

    
task_id:
    description:
    - ID of the task object.
    required: true
    type: str

Outputs

ansible_facts:
  description: The checkpoint task facts.
  returned: always.
  type: list