ansible.builtin.checkpoint_host_facts (v2.9.27) — module

Get host objects facts on Check Point over Web Services API

| "added in version" 2.8 of ansible.builtin"

Authors: Ansible by Red Hat (@rcarrillocruz)

preview | supported by network

Install Ansible via pip

Install with pip install ansible==2.9.27

Description

Get host 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 host object facts
  checkpoint_host_facts:
    name: attacker

Inputs

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

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

Outputs

ansible_hosts:
  description: The checkpoint host object facts.
  returned: always.
  type: list