cp_gaia_dns_facts.

Synopsis

Show DNS settings.

Requirements

The below requirements are needed on the host that executes this module.

  • supported starting from gaia_api >= 1.6

Parameters

version (False, str, None)

Gaia API version for example 1.6.

Notes

Note

  • Supports check_mode.

Examples

- name: Show current dns configuration
  check_point.gaia.cp_gaia_dns_facts:

Return Values

ansible_facts (always., dict, )

The checkpoint object facts.

suffix (always., str, )

Use empty-string in order to remove the setting.

primary (always., str, )

Use empty-string in order to remove the setting.

tertiary (always., str, )

Use empty-string in order to remove the setting.

secondary (always., str, )

Use empty-string in order to remove the setting.

Status

Authors

  • Majd Sharkia (@chkp-majds)