cp_gaia_dns.¶
Synopsis¶
Setting DNS configuration.
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.
- suffix (False, str, None)
Use empty-string in order to remove the setting.
- primary (False, str, None)
Use empty-string in order to remove the setting.
- tertiary (False, str, None)
Use empty-string in order to remove the setting.
- secondary (False, str, None)
Use empty-string in order to remove the setting.
Notes¶
Note
Supports
check_mode
.
Examples¶
- 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"
Return Values¶
- dns (always., dict, )
The checkpoint object updated.