check_point.mgmt.cp_mgmt_central_license_facts (5.2.3) — module

Get central-license objects facts on Checkpoint over Web Services API

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

Authors: Eden Brillant (@chkp-edenbr)

preview | supported by community

Install collection

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


Add to requirements.yml

  collections:
    - name: check_point.mgmt
      version: 5.2.3

Description

Get central-license objects facts on Checkpoint devices.

All operations are performed over Web Services API.

This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'signature'.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: show-central-license
  cp_mgmt_central_license_facts:
    signature: dLLLLL-WWWWWW-ZZZZZZ-QQQQQQ
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: show-central-licenses
  cp_mgmt_show_central_licenses:

Inputs

    
version:
    description:
    - Version of checkpoint. If not given one, the latest version taken.
    type: str

signature:
    description:
    - The license's signature. This parameter is relevant only for getting a specific
      object.
    type: str

Outputs

ansible_facts:
  description: The checkpoint object facts.
  returned: always.
  type: dict