check_point.gaia.cp_gaia_hostname_on_login_page_facts (5.0.1) — module

Show hostname_on_login_page message settings.

| "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

Show Hostname on login page message settings.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Show hostname_on_login_page message settings
  check_point.gaia.cp_gaia_hostname_on_login_page_facts:

Inputs

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

Outputs

ansible_facts:
  contains:
    enabled:
      description: Hostname on Gaia Portal login page enabled (true/false).
      returned: always
      type: bool
  description: The checkpoint object facts.
  returned: always.
  type: dict