check_point.gaia.cp_gaia_ipv6 (5.0.1) — module

Enables/Disables IPv6 support in the machine's operating system.

| "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

Enables/Disables IPv6 support in the machine's operating system.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Set IPv6 status
  check_point.gaia.cp_gaia_ipv6:
    enabled: true

Inputs

    
enabled:
    description: No Documentation available.
    required: false
    type: bool

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

Outputs

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