check_point.gaia.cp_gaia_ssh_server_settings_facts (5.0.1) — module

Show SSH server 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 SSH server settings, request only supported on GAIA versions R81.20+.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Show SSH server settings
  check_point.gaia.cp_gaia_ssh_server_settings_facts:

Inputs

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

include_disabled_values:
    default: false
    description: Include disabled algorithms.
    required: false
    type: bool

Outputs

ansible_facts:
  contains:
    enabled_ciphers:
      description: Enabled ssh ciphers.
      elements: str
      returned: always.
      type: list
    enabled_kex_algorithms:
      description: Enabled ssh kex algorithms.
      elements: str
      returned: always.
      type: list
    enabled_mac_algorithms:
      description: Enabled ssh mac algorithms.
      elements: str
      returned: always.
      type: list
  description: The checkpoint object facts.
  returned: always.
  type: dict