check_point.gaia.cp_gaia_dns (5.0.1) — module

Setting DNS configuration.

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

Setting DNS configuration.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Setting dns servers for the system
  check_point.gaia.cp_gaia_dns:
    suffix: "checkpoint.com"
    primary: "1.2.3.4"
    tertiary: "3.4.5.6"
    secondary: "2.3.4.5"

Inputs

    
suffix:
    description: Use empty-string in order to remove the setting.
    required: false
    type: str

primary:
    description: Use empty-string in order to remove the setting.
    required: false
    type: str

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

tertiary:
    description: Use empty-string in order to remove the setting.
    required: false
    type: str

secondary:
    description: Use empty-string in order to remove the setting.
    required: false
    type: str

Outputs

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