check_point.gaia.cp_gaia_proxy (5.0.1) — module

Change proxy setting.

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

Authors: Ameer Asli (@chkp-ameera)

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

Change proxy setting.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Set new static route
  check_point.gaia.cp_gaia_proxy:
    state: present
    address: 1.2.125.0
    port: 89

Inputs

    
port:
    description: Proxy server port.
    required: false
    type: int

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

address:
    description: IPv4/IPv6 address.
    required: false
    type: str

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

Outputs

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