check_point.gaia.cp_gaia_banner (5.0.1) — module

Setting the banner message.

| "added in version" 3.0.0 of check_point.gaia"

Authors: Ameer Asli (@chkp-ameera)

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 the banner message.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- banner: Changing the banner message
  check_point.gaia.cp_gaia_banner:
    msg: new_message

Inputs

    
msg:
    default: This system is for authorized use only.
    description: Banner message for the web, ssh and serial login. Empty string returns
      to default.
    required: false
    type: str

enabled:
    description: Banner message enabled.
    required: false
    type: bool

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

Outputs

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