check_point.gaia.cp_gaia_hostname_on_login_page (5.0.1) — module

Enable/disable the hostname on login page 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 hostname on login page message.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- hostname_on_login_page: Changing the banner message
  check_point.gaia.cp_gaia_hostname_on_login_page:
    enabled: True

Inputs

    
enabled:
    default: false
    description: Hostname on WebUI login page enabled.
    required: false
    type: bool

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

Outputs

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