cp_gaia_banner_facts.¶
Synopsis¶
Show banner message.
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 banner message
check_point.gaia.cp_gaia_banner_facts:
Return Values¶
- ansible_facts (always., dict, )
The checkpoint object facts.
- message (always, str, )
Banner message.
- enabled (always, bool, )
If banner enabled.
Status¶
Authors¶
Ameer Asli (@chkp-ameera)