check_point.gaia.cp_gaia_dns_facts (5.0.1) — module

Show DNS settings.

| "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 DNS settings.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Show current dns configuration
  check_point.gaia.cp_gaia_dns_facts:

Inputs

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

Outputs

ansible_facts:
  contains:
    primary:
      description: Use empty-string in order to remove the setting.
      returned: always.
      type: str
    secondary:
      description: Use empty-string in order to remove the setting.
      returned: always.
      type: str
    suffix:
      description: Use empty-string in order to remove the setting.
      returned: always.
      type: str
    tertiary:
      description: Use empty-string in order to remove the setting.
      returned: always.
      type: str
  description: The checkpoint object facts.
  returned: always.
  type: dict