check_point.gaia.cp_gaia_run_reboot (5.0.1) — module

Run reboot on Check Point 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

Reboot Check Point machine operation.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Run reboot
  check_point.gaia.cp_gaia_run_reboot:

Inputs

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

wait_for_task:
    default: true
    description: Wait for task or return immediately.
    required: false
    type: bool

Outputs

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