check_point.gaia.cp_gaia_ipv6_facts (5.0.1) — module

Check 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

Check IPv6 support in the machine's operating system.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Show IPv6 status
  check_point.gaia.cp_gaia_ipv6_facts:

Inputs

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

Outputs

ansible_facts:
  contains:
    enabled:
      description: Ipv6 enabled (true/false).
      returned: always
      type: bool
    reboot_required:
      description: Notifying when reboot is required in order for the changes to take
        effect (Refer to 'run-reboot' API).
      returned: always
      type: bool
  description: The checkpoint object facts.
  returned: always.
  type: dict