check_point.gaia.cp_gaia_syslog_facts (5.0.1) — module

Show system log configuration.

| "added in version" 2.0.0 of check_point.gaia"

Authors: Majd Sharkia (@chkp-majds)

Install collection

Install with ansible-galaxy collection install check_point.gaia:==5.0.1


Add to requirements.yml

  collections:
    - name: check_point.gaia
      version: 5.0.1

Description

Show system log configuration.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Show system logging configuration
  check_point.gaia.cp_gaia_syslog_facts:

Inputs

    
version:
    description: Gaia API version for example 1.6.
    required: false
    type: str

Outputs

ansible_facts:
  contains:
    audit_log:
      description: Syslog auditlog permanent.
      returned: always.
      type: bool
    cp_logs:
      description: Syslog auditlog permanent.
      returned: always.
      type: bool
    filename:
      description: Syslog output filename.
      returned: always.
      type: str
    send_to_mgmt:
      description: Sending logs to Management server.
      returned: always.
      type: bool
  description: The checkpoint object facts.
  returned: always.
  type: dict