check_point.gaia.cp_gaia_remote_syslog (5.0.1) — module

Modify remote system log server 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

Modify remote system log server configuration.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Modifying remote syslog messaging level
  check_point.gaia.cp_gaia_remote_syslog:
    server_ip: "10.11.2.130"
    level: "debug"

Inputs

    
port:
    description: Log port, Supported starting from R81.20 .
    required: false
    type: str

level:
    description: No Documentation available.
    required: false
    type: str

state:
    choices:
    - present
    - absent
    default: present
    description: Ansible state which can be C(present) or C(absent).
    required: false
    type: str

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

protocol:
    description: Log protocol, Supported starting from R81.20 .
    required: false
    type: str

server_ip:
    description: No Documentation available.
    required: true
    type: str

Outputs

remote_syslog:
  description: The checkpoint object updated.
  returned: always.
  type: dict