community.network.checkpoint_access_layer_facts (0.1.0) — module

Get access layer facts on Check Point over Web Services API

Authors: Ansible by Red Hat (@rcarrillocruz)

Install collection

Install with ansible-galaxy collection install community.network:==0.1.0


Add to requirements.yml

  collections:
    - name: community.network
      version: 0.1.0

Description

Get access layer 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 object facts
  checkpoint_access_layer_facts:

Inputs

    
uid:
    description:
    - UID of access layer object.
    type: str

name:
    description:
    - Name of the access layer object.
    type: str

Outputs

ansible_facts:
  description: The checkpoint access layer facts.
  returned: always.
  type: list