community.general.checkpoint_access_rule_facts (0.1.1) — module

Get access rules 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 access rules 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 access rule facts
  checkpoint_access_rule_facts:
    layer: Network
    name: "Drop attacker"

Inputs

    
uid:
    description:
    - UID of the access rule. If not provided, name is required.
    type: str

name:
    description:
    - Name of the access rule. If not provided, UID is required.
    type: str

layer:
    description:
    - Layer the access rule is attached to.
    required: true
    type: str

Outputs

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