check_point.gaia.cp_gaia_message_of_the_day (5.0.1) — module

Setting the message of the day of a machine.

| "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 message of the day.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- message_of_the_day: Changing the message of the day
  check_point.gaia.cp_gaia_message_of_the_day:
    msg: "Hello today"

Inputs

    
msg:
    description: New message of the day for web, ssh and serial login.
    required: false
    type: str

enabled:
    description: Enable/Disable message of the day.
    required: false
    type: bool

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

Outputs

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