cp_gaia_allowed_clients_facts.¶
Synopsis¶
Show the configuration of allowed clients.
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 allowed clients
check_point.gaia.cp_gaia_allowed_clients_facts:
Return Values¶
- ansible_facts (always., dict, )
The checkpoint object facts.
- allowed_any_host (always, bool, )
Allowed any host to access the server.
- allowed_hosts (always, list, )
Lists of allowed hosts.
- allowed_networks (always, list, )
List of allowed networks.
- subnet (, str, )
The network subnet.
- mask_length (, int, )
The network mask length.